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 (26.2.0.1000)
Syntax
bool IsEmailServiceEnabled { 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