| Thread | Last Post | Replies |
|
| UserProperties and/or propertyaccessor on multiple access mailitem | 14 Jan 2008 15:22 GMT | 2 |
I have a senario where several people looking at the same inbox. The have all added the same inbox in there Outlook. I have created an add-in that amongs other things displays och edit metadata about the message . This metada is stored along with a copy of the mail in
|
| Create and Get user-defined fields in folder | 11 Jan 2008 17:02 GMT | 10 |
I have a COM add-in created using VB6. I need to create user-defined fields in one of the contact folder and get the user-defined fields value for usage later. Does anyone know how to create user-defined fields on contact folder and
|
| Creating my first outlook 2003 add in using vsto | 10 Jan 2008 18:20 GMT | 3 |
Are there any step by step instruction on how to cerate a working outlook 2003 add-ins? I just need a nudge in the right direction. Many Thanks Regards
|
| Difference between StoreIDs in Outlook 2007 and 2003 | 08 Jan 2008 17:07 GMT | 2 |
When getting the StoreID from the same Contact Item in Outlook 2007 and Outlook 2003 the StoreIDs are different in length. This becomes a problem when trying to support both Outlook 2007 and 2003 in an outlook addin.
|
| ResultsEvents_ItemAddEventHandler not fired in cached mode | 07 Jan 2008 22:25 GMT | 10 |
When running Outlook 2007 in cached mode, the ResultsEvents_ItemAddEventHandler never seems to work. So in the sample below, "mySearchResults_ItemAdd" never gets called when a "read" item is added to the search results (filter for AdvancedSearch is
|
| Preview Pane and Inspector Events | 07 Jan 2008 14:16 GMT | 1 |
Are there any inspector events for the preview pane? If there aren't, are there any other events which could be used to a message being opened in a preview pane? Cheers
|
| Determining if the Digitally Sign button is depressed | 06 Jan 2008 22:29 GMT | 4 |
I understand that it is essentially impossible to add buttons, etc to the msoCommandBar in the Envelope object of an Outlook Inspector when Word is being used as the editor. What I need to do is simply determine if one of these buttons is in the "down" state or selected.
|
| How to compare two inspector objects? | 06 Jan 2008 03:38 GMT | 4 |
I want to compare two objects. The objects type is MS Outlook inspectors. Here is the code. struct Outlook::_Inspector* activeIn; m_spApp->ActiveInspector(&activeIn);
|
| Push BCM contacts to public folders | 04 Jan 2008 20:38 GMT | 3 |
I would like to create an add-on to do a 1-way synchronization from BCM 2007 to a public folder in Exchange 2003, preferably on an automatic schedule, so that BCM users can access and synchronize PDA's when operating remotely. Is this something that can be done in Outlook, or does ...
|
| Reply saved message | 04 Jan 2008 13:47 GMT | 6 |
I want to reply previously saved message. I open a message from *.msg file using obj = CreateItemFromTemplate(Filename); obj.Display;
|
| Choose Use Office word 2003 to edit email messages leads to fails | 04 Jan 2008 01:08 GMT | 4 |
All, I have programmed addin for outlook 2003. The addin is used for encryption and decryption of all mail message bodies. Commonly it does work well with exception of using office word 2003 to edit email messages in tool options.
|
| Compatability question | 02 Jan 2008 22:09 GMT | 2 |
I developed a simple Outlook AddIn in Visual Basic 6.0 (referencing MSOUTL.OLB of Outlook 2003). The AddIn just use simple methods that are compatible between the different Outlook versions. Will my AddIn DLL work on a machine running Outlook 2000 or Outlook 2007 ?
|