|
|
SetFrom(emailAddress As string, displayName(optional) As string, displayNameCharset(optional) As string)
SetFrom(string emailAddress, string displayName(optional), string displayNameCharset(optional));
| name | type | description | ||
| emailAddress | string | Email address that the mail will appear in the From: field. | ||
| displayName(optional) | string | (optional) The name to display instead of the email address. | ||
| displayNameCharset(optional) | string | (optional) The character set of the displayName.Avoid using this character set as most email clients can not use it |
Sets the details of the sender of the email. The details will appear in the From: field and also are required by the SMTP server when sending the mail.
We always want to hear your feedback. Send to feedback@toolsack.com.
© 2000-2001 Toolsack Software Ltd.