| Thread | Last Post | Replies |
|
| Parent of moved mailItem | 31 Mar 2009 14:13 GMT | 3 |
Hey All, I'm developing shared AddIn for Outlook 2003, C# 2.0. The scenario: i subscribed to Item Add event for 'My Folder'.
|
| IConverterSession::MAPIToMIMEStm error in outlook 2000 | 31 Mar 2009 00:46 GMT | 3 |
I'm using IConverterSession::MAPIToMIMEStm for exporting LPMessage to EML file. In outlook 2003 it is working correctly . But in office 2000 it gives error MAPI_E_NO_SUPPORT.
|
| Outlook send duplicate mails | 30 Mar 2009 16:00 GMT | 1 |
There are 2 email accounts configured under single profile on two computers(same accounts).On both machines outlook is opened with the specified profile.Our mapi plugin also installed on these machines. Now if a user sends mail from this machine,receiver gets it twice.
|
| MailItem.Move | 30 Mar 2009 15:58 GMT | 1 |
Hey All, I'm developing shared AddIn for Outlook 2003, C# 2.0. The scenario: i subscribed to Item Add event for 'My Folder'.
|
| ADDIN vs Cuastomize | 30 Mar 2009 15:56 GMT | 1 |
How is ADDIN different from simply using customize options?
|
| Errors while adding new item to main menu | 30 Mar 2009 12:03 GMT | 4 |
I want to add new entry to main menu like "Help". this code is adding to new entry to main menu bar behind of help entry. But adding twice. Adding extra one entry to 0(zero) point in main menu.
|
| prevent user from installing wrong version of add-in | 29 Mar 2009 17:46 GMT | 2 |
Are there any ways, such as using launch conditions, to stop the installation when the version of Outlook does not match the version of add-in? Both setup.exe and msi can run through regardless the version of Outlook.
|
| Add an item to the "new" - option in outlook toolbar | 28 Mar 2009 08:01 GMT | 6 |
Hi NG, i try to add an item to the outlook "new" option in the toolbar. Its already done whith the main menubar but i'm currently unable to add an item to the submenus or the shown toolbars. It would be great if some of you have an idea.
|
| Question of setting the order of a custom menu in Outlook | 27 Mar 2009 16:02 GMT | 1 |
I have a custom menu that I added to Outlook main meu bar for my Addin, it postioned itself right after the Help menu. Is there any way I can move this menu before the help menu? Can I use the Before option of the CommandBarControls.Add Method?
|
| I have a Question on location of a Custom Outlook menu for my ADDI | 27 Mar 2009 15:58 GMT | 1 |
I have a Question on location of a Custom Outlook menu for my ADDIN. It has an Option item and an About Item for my Addin. Right now it is located on the Main menu bar of Outlook. Is it best to leave here or put this on a button on
|
| item open event | 27 Mar 2009 15:39 GMT | 5 |
In my outlook addin New inspector event (new inspector created) and MailItem_Open event called when a mail item is open from outlook or from hard drive. Is there any other event(like in explorer.application,folder) which is called before these 2 events and which tells the ...
|
| Item Save and Saveas events | 26 Mar 2009 18:40 GMT | 9 |
How to differentiate between save and saveas a mail item. Item_Write call for both cases and parameters for this function doesn't tell any difference between two.
|
| VSTO Add-In Loading Twice | 26 Mar 2009 15:28 GMT | 3 |
All, I have posted here before and received great advice. However, I am writing a VSTO Outlook Add-In, and still have an issue where the Add-In loads twice When debugging and sometimes starting Outlook 2007.
|
| IConverterSession::MIMEToMAPI error in outlook 2000 | 26 Mar 2009 13:45 GMT | 1 |
I'm using IConverterSession::MIMEToMAPI () for exporting LPMessage to EML file. In outlook 2003 it is working correctly . But in office 2000 it gives error MAPI_E_NO_SUPPORT.
|
| Difference between Regular Attachments and Signature Attachments | 24 Mar 2009 17:41 GMT | 3 |
I have an Outlook add-in Developed in Visual Studio 2008, written in VB.NET for Outlook 2003 and 2007. A small part of its functionality is to post emails from Outlook to a webform which currently works well in both versions. We've however come across an issue with the ...
|