Open this page in the API Guide

IEmailService.IsEmailServiceEnabled 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.1.0.1000)
Syntax
bool IsEmailServiceEnabled { get; }

Property Value

Type: Boolean
true if the EmailDeliveryType configuration setting has an effective value other than None and the EmailSenderAddress configuration setting has a value; otherwise, false.
See Also