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.

Events

  Name Description
Public event AfterWrite Occurs after Microsoft Outlook has saved the item.
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 BeforeRead Occurs before Microsoft Outlook begins to read the properties for the item.
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