IEmailService Interface |
Namespace: Dundas.BI.Services
The IEmailService type exposes the following members.
| Name | Description | |
|---|---|---|
| IsEmailServiceEnabled | Gets a value indicating whether the email service is enabled. |
| Name | Description | |
|---|---|---|
| EnsureEmailServiceEnabled | Throws an exception if the email service is not enabled. | |
| SendEmail(MailMessage) |
Uses the application's configured email settings to send an email.
| |
| SendEmail(ICollectionMailAddress, ICollectionMailAddress, ICollectionMailAddress, String, String) |
Uses the application's configured email settings to send an email.
| |
| 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.
| |
| SendTestEmail |
Uses the application's configured email settings to send a test email.
|