| Name | Description |
---|
 | SendEmail(MailMessage) |
Uses the application's configured email settings to send an email.
|
 | SendEmail(MailMessage, NullableGuid) |
Uses the application's configured email settings to send an email.
|
 | SendEmail(ICollectionMailAddress, ICollectionMailAddress, ICollectionMailAddress, String, String) | |
 | SendEmail(ICollectionString, ICollectionString, ICollectionString, String, String) |
Uses the application's configured email settings to send an email.
|
 | SendEmail(ICollectionAccount, ICollectionAccount, ICollectionAccount, String, String) |
Uses the application's configured email settings to send an email.
|
 | SendEmail(ICollectionMailAddress, ICollectionMailAddress, ICollectionMailAddress, String, String, NullableGuid) |
Uses the application's configured email settings to send an email.
|
 | SendEmail(ICollectionString, ICollectionString, ICollectionString, String, String, NullableGuid) |
Uses the application's configured email settings to send an email.
|
 | SendEmail(ICollectionAccount, ICollectionAccount, ICollectionAccount, String, String, NullableGuid) |
Uses the application's configured email settings to send an email.
|