| Thread | Last Post | Replies |
|
| Send Open E-Mail | 03 Apr 2007 12:48 GMT | 1 |
If I were to add a button to the MailItem Standard Toolbar Inspector using VSTO to perform a series of tasks and then Send the open e-mail, what code can I use to send this open e-mail? I realize I need to have to identify the open mailitem, but I am getting
|
| Prevent Outlook from quitting | 03 Apr 2007 02:07 GMT | 2 |
Hiya, Is there anyway to prevent a user quitting Outlook ? There is a quit event that I can hook into, but I think it's too late by then. What I need is a BeforeQuit event.
|
| PR_BODY on a New Mail Item | 02 Apr 2007 15:23 GMT | 8 |
I keep getting a MAPI_E_NOT_FOUND whenever I try to access a New Mail Item's PR_BODY tag via the Item's OnWrite event. Basically, on the user side, I just open a new mail window and type in some text in the body. Just to be sure, I make sure it's plain text
|
| Explorer' Close event not fired | 02 Apr 2007 14:24 GMT | 9 |
I have Outtlook Addin (C# 2.0, VSTO 2005, Outlook 2003), i subscribed to close event: explorerEvents.Close += new Outlook.ExplorerEvents_10_CloseEventHandler(OnExplorerClose);
|