ApplicationEvents_11_Event.ItemSend Event
Occurs whenever an Outlook item is sent, either by the user through an Inspector (before the inspector is closed, but after the user clicks the Send button) or when the Send method for an Outlook item, such as MailItem, is used in a program.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event ItemSend As ApplicationEvents_11_ItemSendEventHandler
'Usage
Dim instance As ApplicationEvents_11_Event
Dim handler As ApplicationEvents_11_ItemSendEventHandler
AddHandler instance.ItemSend, handler
event ApplicationEvents_11_ItemSendEventHandler ItemSend
See Also
Reference
ApplicationEvents_11_Event Interface
ApplicationEvents_11_Event Members
Microsoft.Office.Interop.Outlook Namespace
Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ItemSendEventHandler