EmailDeliverySettings Constructor (Boolean) |
Namespace:
Dundas.BI.Notifications.Delivery
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic EmailDeliverySettings(
bool includeCallerInRecipientList
)
Public Sub New (
includeCallerInRecipientList As Boolean
)
public:
EmailDeliverySettings(
bool includeCallerInRecipientList
)
new :
includeCallerInRecipientList : bool -> EmailDeliverySettingsParameters
- includeCallerInRecipientList
- Type: SystemBoolean
Gets or sets a value indicating whether to include the current session user to recipients list.
Exceptions| Exception | Condition |
|---|
| InvalidSessionException | includeCallerInRecipientList is but the
caller context is not associated with a valid session.
|
See Also