| Thread | Last Post | Replies |
|
| How to add RSS feeds for Microsoft Newsgroups | 10 Jul 2009 23:16 GMT | 3 |
I want to add an RSS feed to my outlook for Microsoft > Businsess Solutions > FRx. I used to have it as a newsgroup in Windows live, but they have removed that from our system and we must use outlook to view any RSS feeds and there is no RSS link on the discussion group and ...
|
| Where does Outlook 2007 save the default reminder settings? | 07 Jul 2009 15:29 GMT | 1 |
Outlook 2003 used to save the default reminder settings in the registry, such as: HKCU\Software\Microsoft\Office\12.0\Outlook\Preferences\Remi ndDefault. However, although this key and value still exists in Outlook 2007, it looks that Outlook 2007 actually save this settings in ...
|
| Changing Icon of message class | 07 Jul 2009 14:34 GMT | 1 |
here's what I want to do. My AddIn is creating outlook-folders at runtime. One for mail one for tasks and another one for tasks. The items of the last task folder should have a different icon (can be one of the available outlook-icons).
|
| runtime error while loading of outlook 2003 plugin | 06 Jul 2009 14:14 GMT | 1 |
Hi I have my outlook 2007 plugin working fine. For outlook 2003 I changed the code and it is working fine also. When I build the setup project in Visual Studio 2008(outlook 2003 plugin) it is creating setup.exe file. When I
|
| How to implement customize toolbar in outlook? | 06 Jul 2009 14:11 GMT | 1 |
I write a addin for outlook, and i create a toolbar for mail editor, as known that toolbar have a button and when click on it, it will show Add or Remove buttons, then you can customize the buttons, drag and drop them wherever you like. how could i do it for my toolbar, here my ...
|
| Implementing Drag and drop events in outlook | 06 Jul 2009 14:10 GMT | 7 |
When drag a mail item and drop to some other folder item_add event is called b'se an item is added to a folder. But before item_add What's actual event for drag and drop in outlook? Item_add event is called for all cases like saving a mail, sending a mail,
|
| Get SMTP address of sender in outlook 2003 | 06 Jul 2009 14:07 GMT | 5 |
I want to retrieve smtp address of sender in outlook 2003 plugin development I used mailItem.SenderEmailAddress but it is not giving any value
|
| Keep format of message in the body | 03 Jul 2009 14:05 GMT | 1 |
Is there a way i can keep format of the message from the body when i use the Outlook.MailItem.Body? Thanks
|
| Outlook become non responsive if i write outlook item in bulk | 03 Jul 2009 09:28 GMT | 20 |
Hi I write outlook item using the simple MAPI api . Following is the code example. Dim MyFolder As Microsoft.Office.Interop.Outlook.MAPIFolder
|
| The EntryID in NewMailEx Event | 02 Jul 2009 14:07 GMT | 1 |
Is the EntryID unique for every mail Item that comes in? And if i have multiple mailboxes set-up will this event still be triggered? I am using outlook 2007
|
| Hi, Ken, What should be noticed to avoid memory leak in outlook addin? | 01 Jul 2009 14:12 GMT | 3 |
Hi, Ken, thanks for your help so far, and i can work with my outlook addin now, but it still have some troubles. I have three toolbar, host, editor and viewer dialog, in ATL, VC2005, outlook2003. I use CComPtr and CComQIPtr to process interfaces. Now it is a quite strange that if i ...
|