| Thread | Last Post | Replies |
|
| How to set Fonts in Outlook | 31 Jan 2005 18:57 GMT | 1 |
I would like to set the fonts in Outlook (when creating a new message and when replying to a message) to Verdana. How would i go about doing this? Do I need to use VBA or can i do it in VB Script and run it standalone?
|
| To Michael B. Help | 31 Jan 2005 17:38 GMT | 1 |
Michael, sorry but I coun't made work the code you send me the 24th, It is to complex and I'm not that expert in VB. Do you have an easier idea so I can get in VB all the context in a folder and send them by mail. The trigger bottom is in an acces menu, that is where I have ...
|
| Event handler not run | 31 Jan 2005 16:17 GMT | 5 |
Within Outlook I have setup an Application_ItemSend event handling routine (This contains code to check/modify the contents of the Subject line). When I create and send a new Mail Message from within Outlook this works fine.
|
| Calendar entries with duplicate names | 31 Jan 2005 15:34 GMT | 1 |
maybe someone can help me: i try to edit calendar entries with a VB Script like this: '--------------------------- Const olFolderCalendar = 9
|
| Forcing free/busy update programmatically... | 31 Jan 2005 15:00 GMT | 5 |
Does anyone know if there's a way to programmatically update the the free/busy information from the Outlook client? You can set the publishing intervalls in the client from 1 minute and up, but I want to update the information when the appointment is added to users
|
| Late Binding | 31 Jan 2005 14:57 GMT | 12 |
Using Office XP and wish to email to Outlook from Access using vba - am advised that usage of late binding would be preferable rather that setting reference to Outlook Does anyone have an example of the appropriate code please
|
| Definig action for items | 28 Jan 2005 23:52 GMT | 1 |
I would like to extend Outlook with custom action that would appear on context menu of items (items in Inbox and possibly other folders). Whenever this action is selected by user from menu for the item, certain code is to be executed, that should receive item id/handle as an ...
|
| Upgrading from Office 2000 | 28 Jan 2005 22:06 GMT | 1 |
I'm seriously thinking about upgrading from Office 2000 to 2003. However, I don't really use Word, Excel, or PowerPoint that much so I don't NEED to upgrade those. My primary interest is upgrading Access. So my question is...
|
| Allow right mouse, add to contacts and groups on e-mail addresses. | 28 Jan 2005 14:38 GMT | 1 |
Has anyone created this functionality?
|
| Export contact pic's file in MS Outlook 2003 by VBA | 28 Jan 2005 11:27 GMT | 2 |
Hi. Export contact pic's file in MS Outlook 2003 by VBA. I'd like to export CONTACT pic's (photo) file by VBA from MS Outlook 2003? Is there any object name for pics or may be someone can make a vary special
|
| Attachment context menu | 28 Jan 2005 10:23 GMT | 2 |
Does anyone know how to add a menu item to the context menu that appears when you right-click on an attachment in an email? I need to know if this is possible through a VB6 Outlook add-in.
|
| No Attachment send | 28 Jan 2005 05:53 GMT | 1 |
Hi, I am trying to automate sending an e-mail message and an attachment from vba in excel. Using the following code the message is put into the
|
| Moving inbox item to a folder | 28 Jan 2005 05:46 GMT | 1 |
I was wondering if there was a way to move inbox items to certain folder. Example. I have a folder call "Validation" I have e-mails that come in that I would like to move to that folder.
|
| Is Outlook Running | 27 Jan 2005 20:29 GMT | 14 |
I am programming an Access application and need to know how to determine within VBA if Outlook is running. Yes, I've posted this message in the Access group as well.
|
| View filelist in an Outlook folder view | 27 Jan 2005 19:25 GMT | 1 |
I would like to have a folder appear in my Folder List that shows me the names of files (not Outlook items) located on a network share. This would enable me to easily see when someone has placed a file in a particular server folder. This seems like it should be fairly easy to ...
|