Workbook.SendMail(Object, Object, Object) Method
Definition
Sends the workbook by using the installed mail system.
public void SendMail (object Recipients, object Subject, object ReturnReceipt);
Parameters
- Recipients
- Object
Specifies the name of the recipient as text, or as an array of text strings if there are multiple recipients. At least one recipient must be specified, and all recipients are added as To recipients.
- Subject
- Object
Specifies the subject of the message. If this argument is omitted, the document name is used.
- ReturnReceipt
- Object
true
to request a return receipt. false
to not request a return receipt. The default value is false
.
Remarks
Optional Parameters
For information on optional parameters, see Optional Parameters in Office Solutions.