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