ItemEvents_10_Event.Forward Event
Occurs when the user selects the Forward action for an item (which is an instance of the parent object).
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event Forward As ItemEvents_10_ForwardEventHandler
'Usage
Dim instance As ItemEvents_10_Event
Dim handler As ItemEvents_10_ForwardEventHandler
AddHandler instance.Forward, handler
event ItemEvents_10_ForwardEventHandler Forward
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace
Microsoft.Office.Interop.Outlook.ItemEvents_10_ForwardEventHandler