MailCreate |
Top Previous Next |
Prototype
InHandle:=MailCreate(strSenderName,strSenderAddress,strSubject,strMessage,boolHTML)
Description
It allows to create a mail.
Parameters
StrSenderName: string corresponding to mail sender name
StrSenderAddress: string corresponding to mail sender address.
StrSubject: string corresponding to the subject message.
StrMessage: string corresponding to the text message.
BoolHTML: Boolean value. If the value is true the message is in HTML format.
Returned value
IntHandle: integer value corresponding to the message handle.
Notes
None. |