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.
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 ] )
Es reicht völlig aus, wenn Sie in Ihrem Programm die notwendigen und optionalen Parameter bereitstellen oder in einem Formular die Daten eingeben lassen