MailSend |
Top Previous Next |
Prototype
BoolSent:=MailSend(intHandle,strAccountName,strServerName,strRecipientAddress)
Description
It allows to send a mail.
Parameters
IntHandle: integer value corresponding to the mail handle.
StrAccountName: string corresponding to the account name to execute server login.
StrServerName: string corresponding to the SMTP server name to use to send a mail.
StrRecipientAddress: string corresponding to the receiver mail address .
Returned value
BoolSent: Boolean value. It is true if the message is sent otherwise an error windows dialog is shown.
Notes
The mail are sent to provider server SMTP without use of the external software as Microsoft Outlook, Eudora, …
|