ApplicationEvents_11_Event Interface

Definition

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.

public interface class ApplicationEvents_11_Event
[System.Runtime.InteropServices.ComVisible(false)]
public interface ApplicationEvents_11_Event
Public Interface ApplicationEvents_11_Event
Derived
Attributes

Events

AdvancedSearchComplete

Occurs when the AdvancedSearch(String, Object, Object, Object) method has completed.

AdvancedSearchStopped

Occurs when a specified Search object's Stop() method has been executed.

AttachmentContextMenuDisplay

This object, member, or enumeration is deprecated and is not intended to be used in your code.

BeforeFolderSharingDialog

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

ContextMenuClose

This object, member, or enumeration is deprecated and is not intended to be used in your code.

FolderContextMenuDisplay

This object, member, or enumeration is deprecated and is not intended to be used in your code.

ItemContextMenuDisplay

This object, member, or enumeration is deprecated and is not intended to be used in your code.

ItemLoad

Occurs when an Outlook item is loaded into memory.

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.

MAPILogonComplete

Occurs after the user has logged onto the system.

NewMail

Occurs when one or more new e-mail messages are received in the Inbox.

NewMailEx

Occurs when a new item is received in the Inbox.

OptionsPagesAdd

Occurs whenever the user clicks the Add-in Options button on the Add-ins tab of the Outlook Options dialog box.

Quit

Occurs when Outlook begins to close.

Reminder

Occurs immediately before a reminder is displayed.

ShortcutContextMenuDisplay

This object, member, or enumeration is deprecated and is not intended to be used in your code.

Startup

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

StoreContextMenuDisplay

This object, member, or enumeration is deprecated and is not intended to be used in your code.

ViewContextMenuDisplay

This object, member, or enumeration is deprecated and is not intended to be used in your code.

Applies to