The settings related to specific delivery method.
Inheritance Hierarchy Namespace: Dundas.BI.Notifications.DeliveryAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic class DeliverySettings
Public Class DeliverySettings
public ref class DeliverySettings
type DeliverySettings = class end
The DeliverySettings type exposes the following members.
Constructors
Properties
Methods| | Name | Description |
|---|
 | AddRecipient(Guid) |
Adds the recipient.
|
 | AddRecipient(Recipient) |
Adds the recipient.
|
 | AddRecipient(String) |
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.
|
Top
See Also