| Name | Description |
---|
 | SendEmail(MailMessage) |
Uses the application's configured email settings to send an email.
|
 | SendEmail(MailMessage, Nullable<Guid>) |
Uses the application's configured email settings to send an email.
|
 | SendEmail(ICollection<MailAddress>, ICollection<MailAddress>, ICollection<MailAddress>, String, String) | |
 | SendEmail(ICollection<String>, ICollection<String>, ICollection<String>, String, String) |
Uses the application's configured email settings to send an email.
|
 | SendEmail(ICollection<Account>, ICollection<Account>, ICollection<Account>, String, String) |
Uses the application's configured email settings to send an email.
|
 | SendEmail(ICollection<MailAddress>, ICollection<MailAddress>, ICollection<MailAddress>, String, String, Nullable<Guid>) |
Uses the application's configured email settings to send an email.
|
 | SendEmail(ICollection<String>, ICollection<String>, ICollection<String>, String, String, Nullable<Guid>) |
Uses the application's configured email settings to send an email.
|
 | SendEmail(ICollection<Account>, ICollection<Account>, ICollection<Account>, String, String, Nullable<Guid>) |
Uses the application's configured email settings to send an email.
|