EmailDeliverySettings Constructor (Boolean)

Initializes a new instance of the EmailDeliverySettings class.

Namespace:  Dundas.BI.Notifications.Delivery
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public EmailDeliverySettings(
	bool includeCallerInRecipientList
)

Parameters

includeCallerInRecipientList
Type: SystemBoolean
Gets or sets a value indicating whether to include the current session user to recipients list.
Exceptions
ExceptionCondition
InvalidSessionExceptionincludeCallerInRecipientList is but the caller context is not associated with a valid session.
See Also