TaskRequestAcceptItem Events

Include Protected Members
Include Inherited Members

The TaskRequestAcceptItem type exposes the following members.

Events

  Name Description
Public event AfterWrite Occurs after Microsoft Outlook has saved the item. (Inherited from ItemEvents_10_Event.)
Public event AttachmentAdd Occurs when an attachment has been added to an instance of the parent object. (Inherited from ItemEvents_10_Event.)
Public event AttachmentRead Occurs when an attachment in an instance of the parent object has been opened for reading. (Inherited from ItemEvents_10_Event.)
Public event AttachmentRemove Occurs when an attachment has been removed from an instance of the parent object. (Inherited from ItemEvents_10_Event.)
Public event BeforeAttachmentAdd Occurs before an attachment is added to an instance of the parent object. (Inherited from ItemEvents_10_Event.)
Public event BeforeAttachmentPreview Occurs before an attachment associated with an instance of the parent object is previewed. (Inherited from ItemEvents_10_Event.)
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. (Inherited from ItemEvents_10_Event.)
Public event BeforeAttachmentSave Occurs just before an attachment is saved. (Inherited from ItemEvents_10_Event.)
Public event BeforeAttachmentWriteToTempFile Occurs before an attachment associated with an instance of the parent object is written to a temporary file. (Inherited from ItemEvents_10_Event.)
Public event BeforeAutoSave Occurs before the item is automatically saved by Outlook. (Inherited from ItemEvents_10_Event.)
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). (Inherited from ItemEvents_10_Event.)
Public event BeforeDelete Occurs before an item (which is an instance of the parent object) is deleted. (Inherited from ItemEvents_10_Event.)
Public event BeforeRead Occurs before Microsoft Outlook begins to read the properties for the item. (Inherited from ItemEvents_10_Event.)
Public event Close Occurs when the inspector associated with an item (which is an instance of the parent object) is being closed. (Inherited from ItemEvents_10_Event.)
Public event CustomAction Occurs when a custom action of an item (which is an instance of the parent object) executes. (Inherited from ItemEvents_10_Event.)
Public event CustomPropertyChange Occurs when a custom property of an item (which is an instance of the parent object) is changed. (Inherited from ItemEvents_10_Event.)
Public event Forward Occurs when the user selects the Forward action for an item (which is an instance of the parent object). (Inherited from ItemEvents_10_Event.)
Public event Open Occurs when an instance of the parent object is being opened in an Inspector. (Inherited from ItemEvents_10_Event.)
Public event PropertyChange Occurs when an explicit built-in property of an instance of the parent object is changed. (Inherited from ItemEvents_10_Event.)
Public event Read Occurs when an instance of the parent object is opened for editing by the user. (Inherited from ItemEvents_10_Event.)
Public event Reply Occurs when the user selects the Reply action for an item (which is an instance of the parent object). (Inherited from ItemEvents_10_Event.)
Public event ReplyAll Occurs when the user selects the ReplyAll action for an item (which is an instance of the parent object). (Inherited from ItemEvents_10_Event.)
Public event Send Occurs when the user selects the Send action for an item (which is an instance of the parent object). (Inherited from ItemEvents_10_Event.)
Public event Unload Occurs before an Outlook item is unloaded from memory, either programmatically or by user action. (Inherited from ItemEvents_10_Event.)
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). (Inherited from ItemEvents_10_Event.)

Top

See Also

Reference

TaskRequestAcceptItem Interface

Microsoft.Office.Interop.Outlook Namespace