| Thread | Last Post | Replies |
|
| VBA - Com Add in (aatachments) | 06 Jan 2005 15:29 GMT | 2 |
Don't mean to be long winded here, but I want to include as much detail as possible. First, I am new to all this and very uneducated, but can follow instructions. I had posted a ? asking about an add-in for Outlook that would automatically ask me that there was no attachment is ...
|
| CreateItemFromTemplate | 05 Jan 2005 20:37 GMT | 2 |
I would like to create a new item using a template that is stored in the Organizational Forms Library (not in the user's file system). How do I specify this as the path for the CreateItemFromTemplate method of the Outlook.Application object?
|
| No Delete Event when Deleting a ContactItem ? | 04 Jan 2005 19:39 GMT | 2 |
Is there an event which fires when deleting a Contact from an Explorer (rather than an Inspector) ? The ContactItem object has the "BeforeDelete" event, however this event only fires when there is an Open Inspector window. Is there an event that fires when you do not have an open ...
|
| C# or C++ versus VB6 for Add-In Development | 04 Jan 2005 14:59 GMT | 2 |
My Outlook Add-In, developed in VB6, works and is being sold commercially. I am considering my product roadmap. Since VB6 is deprecated by Microsoft, do you think new versions of Outlook two, three, and five
|
| Get MIME from CDO Message object for Outlook 2002-2003 with C++ | 03 Jan 2005 23:18 GMT | 1 |
I search the web and the groups without any success to find an answer to my question so I ask it there! Is there any way of retrieving the full MIME formatted mail from a CDO Message object in C++? If yes, how can I achieve that? (I'm writing an
|
| How best to handle Outlook.ItemsEvents_Event.ItemRemove ?? | 03 Jan 2005 14:13 GMT | 1 |
I'm programming a COM Add-in using C#. I'm puzzling over the best way to process "remove" events for the Items collection of a MAPIfolder. I've set up an event handler for the event. Things work fine for Add and Change events since the added or changed item is passed to the ...
|
| Finding existing categories | 01 Jan 2005 20:22 GMT | 1 |
Is there any ways to access a list of all categories that have been used? When a user right clicks on a message and chooses "Options..." they are provided this list. I am looking to access this programatically. Any suggestions?
|