outlook-object-model
Outlook Object Model - Hooking to the Conversation Cleanup Feature
Outlook 2010 has a feature called Convesation Cleanup. This feature is implemented using the Conversation Header Outlook Object Model.[详细]
2023-04-09 03:23 分类:问答No Application Quit event in Outlook?
I\'m using the 12.0 Interop library, which is the default for Outlook 2007. I\'m actually aiming for Outlook 2003 to 2010 integration with a code example that registers to a quit event.[详细]
2023-03-19 18:35 分类:问答How to connect to outlook while its running in c#?
What I am trying to do is add an \"Email To...\" button to a winform client that opens a new outlook mail window and attaches a file so the user can forward it. I can get the outlook integration worki[详细]
2023-03-14 18:45 分类:问答How to detect when a specific mail item has been sent out using c#
I have a problem and need some help. My application uses outlook to send email with attachments. Right now i need to find out when the email with attachment has been send out completely by outlook. I[详细]
2023-03-13 21:19 分类:问答Outlook COMException
Retrieving the COM class factory for component with CLSID {0006F03A-0000-0000-C000-000000000046} failed due to the following error: 80080005 Server execution failed (Exception from HRESULT: 0x80080005[详细]
2023-03-13 14:36 分类:问答Delphi to display embedded image in outlook msg
I am reading outlook msg files in Delphi 2010 and displaying the html body of a message in a twebbrowser. It does not however display the embedded image. Hot to display embedded images in outlook me开[详细]
2023-03-11 00:16 分类:问答MAPIFolder deprecated so workaround for Outlook programming?
MSDN says this of the MAPIFolder interface (Outlook programming with WPF): This interface is deprecated; do not[详细]
2023-03-10 09:22 分类:问答How to add an embedded image to an HTML message in Outlook 2010
I have Office 2003 VBA code that uses the technique described here to embed an ima开发者_StackOverflow社区ge in an HTML message using undocumented MAPI properties and CDO 1.21.[详细]
2023-03-09 23:50 分类:问答Open Event of Window and Handle of Window
How do I get a window handle (IntPtr) from the Outlook window I have just opened? OutLook.Items items = oFolder.Items;[详细]
2023-02-23 13:58 分类:问答Outlook Object Model - Detecting Mailboxes
I have a Delphi 2006 BDS application with the following code to iterate outlook mailboxes and then the Inbox and Sent Items within the mailbox:[详细]
2023-02-20 19:25 分类:问答