DeliverySettings Class

The settings related to specific delivery method.
Inheritance Hierarchy

Namespace: Dundas.BI.Notifications.Delivery
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class DeliverySettings

The DeliverySettings type exposes the following members.

Constructors
 NameDescription
Public methodDeliverySettings Initializes a new instance of the DeliverySettings class.
Top
Properties
 NameDescription
Public propertyDeliveryKind Gets the delivery kind of the notification.
Public propertyExportUsingRecipientAccount Gets or sets a value indicating whether the export should be run under recipient(s)'s account.
Public propertyMaximumFrequency Gets the maximum delivery frequency of the notification.
Public propertyProviderId Gets or sets the delivery provider ID of the notification.
Public propertyProviderSettings Gets the delivery provider setting values.
Public propertyRecipients Gets the e-mail recipients.
Top
Methods
See Also