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
add_BeforeAttachmentWriteToTempFile
remove_BeforeAttachmentPreview
remove_BeforeAttachmentWriteToTempFile
Top
Events
Name
Description
Occurs when an attachment has been added to an instance of the parent object.
Occurs when an attachment in an instance of the parent object has been opened for reading.
Occurs when an attachment has been removed from an instance of the parent object.
Occurs before an attachment is added to an instance of the parent object.
Occurs before an attachment associated with an instance of the parent object is previewed.
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.
Occurs just before an attachment is saved.
BeforeAttachmentWriteToTempFile
Occurs before an attachment associated with an instance of the parent object is written to a temporary file.
Occurs before the item is automatically saved by Outlook.
Occurs just before Microsoft Outlook starts resolving names in the recipient collection for an item (which is an instance of the parent object).
Occurs before an item (which is an instance of the parent object) is deleted.
Occurs when the inspector associated with an item (which is an instance of the parent object) is being closed.
Occurs when a custom action of an item (which is an instance of the parent object) executes.
Occurs when a custom property of an item (which is an instance of the parent object) is changed.
Occurs when the user selects the Forward action for an item (which is an instance of the parent object).
Occurs when an instance of the parent object is being opened in an Inspector.
Occurs when an explicit built-in property of an instance of the parent object is changed.
Occurs when an instance of the parent object is opened for editing by the user.
Occurs when the user selects the Reply action for an item (which is an instance of the parent object).
Occurs when the user selects the ReplyAll action for an item (which is an instance of the parent object).
Occurs when the user selects the Send action for an item (which is an instance of the parent object).
Occurs before an Outlook item is unloaded from memory, either programmatically or by user action.
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