EmailDeliverySettings Class |
Namespace: Dundas.BI.Notifications.Delivery
The EmailDeliverySettings type exposes the following members.
Name | Description | |
---|---|---|
EmailDeliverySettings(Boolean) |
Initializes a new instance of the EmailDeliverySettings class.
| |
EmailDeliverySettings(Recipient) |
Initializes a new instance of the EmailDeliverySettings class.
|
Name | Description | |
---|---|---|
DeliveryKind |
Gets the delivery kind of the notification.
(Overrides DeliverySettingsDeliveryKind.) | |
ExportUsingRecipientAccount |
Gets or sets a value indicating whether the export should be run under recipient(s)'s account.
(Inherited from DeliverySettings.) | |
IncludeAttachments |
Gets or sets a value indicating whether the e-mail should include attachment(s).
| |
MaximumFrequency |
Gets the maximum delivery frequency of the notification.
(Inherited from DeliverySettings.) | |
MessageTemplate |
Gets or sets the message body template (can contain placeholders).
| |
ProviderId |
Gets or sets the delivery provider ID of the notification.
(Inherited from DeliverySettings.) | |
ProviderSettings |
Gets the delivery provider setting values.
(Inherited from DeliverySettings.) | |
Recipients |
Gets the e-mail recipients.
(Inherited from DeliverySettings.) | |
SubjectTemplate |
Gets or sets the subject template (can contain placeholders).
|
Name | Description | |
---|---|---|
AddRecipient(Guid) |
Adds the recipient.
(Inherited from DeliverySettings.) | |
AddRecipient(String) |
Adds the recipient.
(Inherited from DeliverySettings.) | |
AddRecipient(Recipient) |
Adds the recipient.
(Inherited from DeliverySettings.) | |
AddRecipient(Guid, Boolean) |
Adds the recipient.
(Inherited from DeliverySettings.) | |
AddRecipient(Guid, IListRecipientViewOverride) |
Adds the recipient.
(Inherited from DeliverySettings.) | |
AddRecipient(String, Boolean) |
Adds the recipient.
(Inherited from DeliverySettings.) | |
AddRecipient(String, IListRecipientViewOverride) |
Adds the recipient.
(Inherited from DeliverySettings.) | |
AddRecipient(Guid, Boolean, IListRecipientViewOverride) |
Adds the recipient.
(Inherited from DeliverySettings.) | |
AddRecipient(String, Boolean, IListRecipientViewOverride) |
Adds the recipient.
(Inherited from DeliverySettings.) | |
AddRecipient(Guid, RecipientMemberKind, Boolean, IListRecipientViewOverride) |
Adds the recipient.
(Inherited from DeliverySettings.) |