ItemEvents_10_Event.Write Event
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).
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event Write As ItemEvents_10_WriteEventHandler
'Usage
Dim instance As ItemEvents_10_Event
Dim handler As ItemEvents_10_WriteEventHandler
AddHandler instance.Write, handler
event ItemEvents_10_WriteEventHandler Write
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace
Microsoft.Office.Interop.Outlook.ItemEvents_10_WriteEventHandler