DeliverySettings Class |
Namespace: Dundas.BI.Notifications.Delivery
The DeliverySettings type exposes the following members.
Name | Description | |
---|---|---|
![]() | DeliverySettings |
Initializes a new instance of the DeliverySettings class.
|
Name | Description | |
---|---|---|
![]() | DeliveryKind |
Gets the delivery kind of the notification.
|
![]() | ExportUsingRecipientAccount |
Gets or sets a value indicating whether the export should be run under recipient(s)'s account.
|
![]() | MaximumFrequency |
Gets the maximum delivery frequency of the notification.
|
![]() | ProviderId |
Gets or sets the delivery provider ID of the notification.
|
![]() | ProviderSettings |
Gets the delivery provider setting values.
|
![]() | Recipients |
Gets the e-mail recipients.
|
Name | Description | |
---|---|---|
![]() | AddRecipient(Guid) |
Adds the recipient.
|
![]() | AddRecipient(String) |
Adds the recipient.
|
![]() | AddRecipient(Recipient) |
Adds the recipient.
|
![]() | AddRecipient(Guid, Boolean) |
Adds the recipient.
|
![]() | AddRecipient(Guid, IListRecipientViewOverride) |
Adds the recipient.
|
![]() | AddRecipient(String, Boolean) |
Adds the recipient.
|
![]() | AddRecipient(String, IListRecipientViewOverride) |
Adds the recipient.
|
![]() | AddRecipient(Guid, Boolean, IListRecipientViewOverride) |
Adds the recipient.
|
![]() | AddRecipient(String, Boolean, IListRecipientViewOverride) |
Adds the recipient.
|
![]() | AddRecipient(Guid, RecipientMemberKind, Boolean, IListRecipientViewOverride) |
Adds the recipient.
|