_MailItem.Send Method

Definition

Sends the e-mail message.

public:
 void Send();
public void Send ();
Public Sub 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.

Applies to