Sends a message.
Syntax
object.Send [ value ]
The Send method syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
value | A boolean expression specifying whether to show a dialog box, as described in settings. |
Settings
The settings for value are:
Setting | Description |
True | Sends a message inside a dialog box. Prompts the user for the various components of the message and submits the message to the mail server for delivery. |
All message properties associated with the message being built in the compose buffer form the basis for the message dialog box. However, changes made in the dialog box do not alter information in the compose buffer. | |
False | (Default) Submits the outgoing message to the mail server without displaying a dialog box. An error occurs if you attempt to send a message with no recipients or with missing attachment path names. |