15.1.1 Method SendMail - Class Desktop (gb. desktop)

You can use the SendMail(..) method to format an e-mail that cannot be sent directly, but with the standard e-mail program of your system:

SendMail ( TO As String[] [ , CC As String[], BCC As String[], Subject As String, Body As String, Attachment As String ] )

It is quite sufficient if you provide the necessary and optional parameters in your program or have the data entered in a form.

Download