_MailItem.Send Method
Sends the e-mail message.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Sub Send
'Usage
Dim instance As _MailItem
instance.Send()
[DispIdAttribute()]
void Send()
Remarks
The Send method sends an item using the default account specified for the session. In a session where multiple Microsoft Exchange accounts are defined in the profile, the first Exchange account added to the profile is the primary Exchange account, and is also the default account for the session. To specify a different account to send an item, set the SendUsingAccount property to the desired Account object and then call the Send method.
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace
Other Resources
How to: Send an E-Mail Given the SMTP Address of an Account