Solid Edge Assembly Type Library
SendMail Method
Specifies the name of the recipient as text or, if there are multiple recipients, an array of Strings. At least one recipient must be specified, and all recipients are added as "To" recipients.
Specifies the subject of the message. If this argument is omitted, the name of the document is used.
Specifies whether or not a return receipt is to be requested.
Description
Distributes the referenced document using the installed electronic mail system.
Syntax
Visual Basic
Public Sub SendMail( _
   Optional ByVal Recipients As Variant, _
   Optional ByVal Subject As Variant, _
   Optional ByVal ReturnReceipt As Variant _
) 
Parameters
Recipients
Specifies the name of the recipient as text or, if there are multiple recipients, an array of Strings. At least one recipient must be specified, and all recipients are added as "To" recipients.
Subject
Specifies the subject of the message. If this argument is omitted, the name of the document is used.
ReturnReceipt
Specifies whether or not a return receipt is to be requested.
Remarks
SendMail provides the GUI to gather the recipients, a subject line, the message text, and the request for return receipt. It uses a MAPI address book to gather the recipient address and returns True on success.
See Also

AssemblyDocument Object  | AssemblyDocument Members