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

15.1.1 Methode SendMail – Klasse Desktop (gb.desktop)

Mit Hilfe der Methode SendMail(..) können Sie eine EMail aufbereiten, die dann nicht direkt, sondern mit dem Standard-EMail-Programm Ihres Systems verschickt werden kann:

SendMail ( TO As String[] [ , CC As String[], BCC As String[], Subject As String, Body As String, Attachment As String ] )
  • TO ist eine Liste der Empfänger (String-Array)
  • CC ist eine weitere Liste (String-Array) von Empfängern mit CC für carbon-copy
  • BCC ist eine weitere Liste (String-Array) von Empfängern mit BCC für blind-carbon-copy
  • Subject ist der Betreff der EMail
  • Body ist der Text in der EMail
  • Attachment ist der Pfad zur Anhang-Datei, wobei nur eine Datei akzeptiert wird

Es reicht völlig aus, wenn Sie in Ihrem Programm die notwendigen und optionalen Parameter bereitstellen oder in einem Formular die Daten eingeben lassen

Download

The website uses a temporary session cookie. This technically necessary cookie is deleted when the browser is closed. You can find information on cookies in our privacy policy.
k15/k15.1/k15.1.1/start.txt · Last modified: 02.07.2018 (external edit)

Page Tools