ApplicationEvents_11_Event Members

Include Protected Members
Include Inherited Members

This is a .NET interface created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface implements all events of earlier interfaces and any additional new events. Use this interface only when the event you want to use shares the same name as a method of the COM object; in this case, cast to this interface to connect to the event, and cast to the primary interface to call the method. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object.

The ApplicationEvents_11_Event type exposes the following members.

Events

  Name Description
Public event AdvancedSearchComplete Occurs when the AdvancedSearch method has completed.
Public event AdvancedSearchStopped Occurs when a specified Search object's Stop method has been executed.
Public event AttachmentContextMenuDisplay This object, member, or enumeration is deprecated and is not intended to be used in your code.
Public event BeforeFolderSharingDialog Occurs before the Sharing dialog box is displayed for a selected Folder object.
Public event ContextMenuClose This object, member, or enumeration is deprecated and is not intended to be used in your code.
Public event FolderContextMenuDisplay This object, member, or enumeration is deprecated and is not intended to be used in your code.
Public event ItemContextMenuDisplay This object, member, or enumeration is deprecated and is not intended to be used in your code.
Public event ItemLoad Occurs when an Outlook item is loaded into memory.
Public event ItemSend Occurs whenever an Outlook item is sent, either by the user through an Inspector (before the inspector is closed, but after the user clicks the Send button) or when the Send method for an Outlook item, such as MailItem, is used in a program.
Public event MAPILogonComplete Occurs after the user has logged onto the system.
Public event NewMail Occurs when one or more new e-mail messages are received in the Inbox.
Public event NewMailEx Occurs when a new item is received in the Inbox.
Public event OptionsPagesAdd Occurs whenever the user clicks the Add-in Options button on the Add-ins tab of the Outlook Options dialog box.
Public event Quit Occurs when Outlook begins to close.
Public event Reminder Occurs immediately before a reminder is displayed.
Public event ShortcutContextMenuDisplay This object, member, or enumeration is deprecated and is not intended to be used in your code.
Public event Startup Occurs when Microsoft Outlook is starting, but after all add-in programs have been loaded.
Public event StoreContextMenuDisplay This object, member, or enumeration is deprecated and is not intended to be used in your code.
Public event ViewContextMenuDisplay This object, member, or enumeration is deprecated and is not intended to be used in your code.

Top

See Also

Reference

ApplicationEvents_11_Event Interface

Microsoft.Office.Interop.Outlook Namespace