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.

Methods

 

Name

Description

Public method

add_AdvancedSearchComplete

Public method

add_AdvancedSearchStopped

Public method

add_AttachmentContextMenuDisplay

Public method

add_BeforeFolderSharingDialog

Public method

add_ContextMenuClose

Public method

add_FolderContextMenuDisplay

Public method

add_ItemContextMenuDisplay

Public method

add_ItemLoad

Public method

add_ItemSend

Public method

add_MAPILogonComplete

Public method

add_NewMail

Public method

add_NewMailEx

Public method

add_OptionsPagesAdd

Public method

add_Quit

Public method

add_Reminder

Public method

add_ShortcutContextMenuDisplay

Public method

add_Startup

Public method

add_StoreContextMenuDisplay

Public method

add_ViewContextMenuDisplay

Public method

remove_AdvancedSearchComplete

Public method

remove_AdvancedSearchStopped

Public method

remove_AttachmentContextMenuDisplay

Public method

remove_BeforeFolderSharingDialog

Public method

remove_ContextMenuClose

Public method

remove_FolderContextMenuDisplay

Public method

remove_ItemContextMenuDisplay

Public method

remove_ItemLoad

Public method

remove_ItemSend

Public method

remove_MAPILogonComplete

Public method

remove_NewMail

Public method

remove_NewMailEx

Public method

remove_OptionsPagesAdd

Public method

remove_Quit

Public method

remove_Reminder

Public method

remove_ShortcutContextMenuDisplay

Public method

remove_Startup

Public method

remove_StoreContextMenuDisplay

Public method

remove_ViewContextMenuDisplay

Top

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

Occurs before a context menu is displayed for a collection of attachments.

Public event

BeforeFolderSharingDialog

Occurs before the Sharing dialog box is displayed for a selected Folder object.

Public event

ContextMenuClose

Occurs after a context menu is closed.

Public event

FolderContextMenuDisplay

Occurs before a context menu is displayed for a folder.

Public event

ItemContextMenuDisplay

Occurs before a context menu is displayed for a collection of Outlook items.

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 Options dialog box (on the Tools menu) or a folder Properties dialog box is opened.

Public event

Quit

Occurs when Outlook begins to close.

Public event

Reminder

Occurs immediately before a reminder is displayed.

Public event

ShortcutContextMenuDisplay

Occurs before a context menu is displayed for a shortcut.

Public event

Startup

Occurs when Microsoft Outlook is starting, but after all add-in programs have been loaded.

Public event

StoreContextMenuDisplay

Occurs before a context menu is displayed for a store.

Public event

ViewContextMenuDisplay

Occurs before a context menu is displayed for a view.

Top

See Also

Reference

ApplicationEvents_11_Event Interface

Microsoft.Office.Interop.Outlook Namespace