Methods
Name | Description | |
---|---|---|
SendEmail(MailAddress, String, String, Boolean) |
Send an email to one address
with the default sender.
| |
SendEmail(array<MailAddress>[]()[][], String, String, Boolean) |
Send an email to a list of addresses, using the default sender as the fromAddress.
| |
SendEmail(MailAddress, MailAddress, String, String, Boolean) |
Send an email to one address.
| |
SendEmail(MailAddress, array<MailAddress>[]()[][], String, String, Boolean) |
Send an email to a list of addresses.
|