User Tools

Site Tools


k15:k15.1:k15.1.1:start

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 ] )
  • TO is a list of recipients (string array)
  • CC is another list (string array) of receivers with CC for carbon-copy
  • BCC is another list (string array) of receivers with BCC for blind-carbon-copy
  • Subject is the subject of the email
  • Body is the text in the email
  • Attachment is the path to the attachment file, accepting only one file.

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

Download

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.
k15/k15.1/k15.1.1/start.txt · Last modified: by 127.0.0.1