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
Visual Basic (Declaration) |
Event ItemSend As ApplicationEvents_11_ItemSendEventHandler
|
|
Dim instance As ApplicationEvents_11_Event
Dim handler As ApplicationEvents_11_ItemSendEventHandler
AddHandler instance.ItemSend, handler
|
|
event ApplicationEvents_11_ItemSendEventHandler ItemSend
|

See Also