IEmailServiceIsEmailServiceEnabled Property |
Gets a value indicating whether the email service is enabled.
Namespace: Dundas.BI.ServicesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxbool IsEmailServiceEnabled { get; }ReadOnly Property IsEmailServiceEnabled As Boolean
Get
property bool IsEmailServiceEnabled {
bool get ();
}abstract IsEmailServiceEnabled : bool with get
Property Value
Boolean if the
EmailDeliveryType configuration setting
has an effective value other than
None and the
EmailSenderAddress configuration setting has a value;
otherwise,
.
See Also