ItemEvents_10_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 ItemEvents_10_Event type exposes the following members.

Methods

 

Name

Description

Public method

add_AttachmentAdd

Public method

add_AttachmentRead

Public method

add_AttachmentRemove

Public method

add_BeforeAttachmentAdd

Public method

add_BeforeAttachmentPreview

Public method

add_BeforeAttachmentRead

Public method

add_BeforeAttachmentSave

Public method

add_BeforeAttachmentWriteToTempFile

Public method

add_BeforeAutoSave

Public method

add_BeforeCheckNames

Public method

add_BeforeDelete

Public method

add_Close

Public method

add_CustomAction

Public method

add_CustomPropertyChange

Public method

add_Forward

Public method

add_Open

Public method

add_PropertyChange

Public method

add_Read

Public method

add_Reply

Public method

add_ReplyAll

Public method

add_Send

Public method

add_Unload

Public method

add_Write

Public method

remove_AttachmentAdd

Public method

remove_AttachmentRead

Public method

remove_AttachmentRemove

Public method

remove_BeforeAttachmentAdd

Public method

remove_BeforeAttachmentPreview

Public method

remove_BeforeAttachmentRead

Public method

remove_BeforeAttachmentSave

Public method

remove_BeforeAttachmentWriteToTempFile

Public method

remove_BeforeAutoSave

Public method

remove_BeforeCheckNames

Public method

remove_BeforeDelete

Public method

remove_Close

Public method

remove_CustomAction

Public method

remove_CustomPropertyChange

Public method

remove_Forward

Public method

remove_Open

Public method

remove_PropertyChange

Public method

remove_Read

Public method

remove_Reply

Public method

remove_ReplyAll

Public method

remove_Send

Public method

remove_Unload

Public method

remove_Write

Top

Events

 

Name

Description

Public event

AttachmentAdd

Occurs when an attachment has been added to an instance of the parent object.

Public event

AttachmentRead

Occurs when an attachment in an instance of the parent object has been opened for reading.

Public event

AttachmentRemove

Occurs when an attachment has been removed from an instance of the parent object.

Public event

BeforeAttachmentAdd

Occurs before an attachment is added to an instance of the parent object.

Public event

BeforeAttachmentPreview

Occurs before an attachment associated with an instance of the parent object is previewed.

Public event

BeforeAttachmentRead

Occurs before an attachment associated with an instance of the parent object is read from the file system, an attachment stream, or an Attachment object.

Public event

BeforeAttachmentSave

Occurs just before an attachment is saved.

Public event

BeforeAttachmentWriteToTempFile

Occurs before an attachment associated with an instance of the parent object is written to a temporary file.

Public event

BeforeAutoSave

Occurs before the item is automatically saved by Outlook.

Public event

BeforeCheckNames

Occurs just before Microsoft Outlook starts resolving names in the recipient collection for an item (which is an instance of the parent object).

Public event

BeforeDelete

Occurs before an item (which is an instance of the parent object) is deleted.

Public event

Close

Occurs when the inspector associated with an item (which is an instance of the parent object) is being closed.

Public event

CustomAction

Occurs when a custom action of an item (which is an instance of the parent object) executes.

Public event

CustomPropertyChange

Occurs when a custom property of an item (which is an instance of the parent object) is changed.

Public event

Forward

Occurs when the user selects the Forward action for an item (which is an instance of the parent object).

Public event

Open

Occurs when an instance of the parent object is being opened in an Inspector.

Public event

PropertyChange

Occurs when an explicit built-in property of an instance of the parent object is changed.

Public event

Read

Occurs when an instance of the parent object is opened for editing by the user.

Public event

Reply

Occurs when the user selects the Reply action for an item (which is an instance of the parent object).

Public event

ReplyAll

Occurs when the user selects the ReplyAll action for an item (which is an instance of the parent object).

Public event

Send

Occurs when the user selects the Send action for an item (which is an instance of the parent object).

Public event

Unload

Occurs before an Outlook item is unloaded from memory, either programmatically or by user action.

Public event

Write

Occurs when an instance of the parent object is saved, either explicitly or implicitly (for example, in response to a prompt when closing the item's inspector).

Top

See Also

Reference

ItemEvents_10_Event Interface

Microsoft.Office.Interop.Outlook Namespace