IEmailServiceEnsureEmailServiceEnabled Method |
Throws an exception if the email service is not enabled.
Namespace: Dundas.BI.ServicesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxvoid EnsureEmailServiceEnabled()
Sub EnsureEmailServiceEnabled
void EnsureEmailServiceEnabled()
abstract EnsureEmailServiceEnabled : unit -> unit
Exceptions| Exception | Condition |
|---|
| NotSupportedException | The email delivery type in the application configuration is set to None (error code 2500). -or- The sender address is not set in the application configuration (error code 2501). -or- The email delivery type in application configuration is DropFolder and
the pick up directory is invalid (error code 2502). |
See Also