Desktop.SendMail (gb.desktop)
Static Sub SendMail ( To As String[] [ , Cc As String[], Bcc As String[], Subject As String, Body As String, Attachments As Variant ] )
 
Sends a mail by using your graphical mail client.
  - 
To is the list of recipients.
- 
Cc is the list of CC (carbon-copy) recipients.
- 
Bcc is the list of BCC (blind carbon-copy) recipients.
- 
Subject is the subject of the mail.
- 
Body is the mail body.
- 
Attachment is the path of a file that will be attached to the mail.
The mail client will open a window so that you can modify the mail before sending it.