EmailDeliverySettings Class

E-Mail delivery settings.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Notifications.DeliveryDeliverySettings
    Dundas.BI.Notifications.DeliveryEmailDeliverySettings

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

The EmailDeliverySettings type exposes the following members.

Constructors
  NameDescription
Public methodEmailDeliverySettings(Boolean)
Initializes a new instance of the EmailDeliverySettings class.
Public methodEmailDeliverySettings(Recipient)
Initializes a new instance of the EmailDeliverySettings class.
Top
Properties
  NameDescription
Public propertyDeliveryKind
Gets the delivery kind of the notification.
(Overrides DeliverySettingsDeliveryKind.)
Public propertyExportUsingRecipientAccount
Gets or sets a value indicating whether the export should be run under recipient(s)'s account.
(Inherited from DeliverySettings.)
Public propertyIncludeAttachments
Gets or sets a value indicating whether the e-mail should include attachment(s).
Public propertyMaximumFrequency
Gets the maximum delivery frequency of the notification.
(Inherited from DeliverySettings.)
Public propertyMessageTemplate
Gets or sets the message body template (can contain placeholders).
Public propertyProviderId
Gets or sets the delivery provider ID of the notification.
(Inherited from DeliverySettings.)
Public propertyProviderSettings
Gets the delivery provider setting values.
(Inherited from DeliverySettings.)
Public propertyRecipients
Gets the e-mail recipients.
(Inherited from DeliverySettings.)
Public propertySubjectTemplate
Gets or sets the subject template (can contain placeholders).
Top
Methods
  NameDescription
Public methodAddRecipient(Guid)
Adds the recipient.
(Inherited from DeliverySettings.)
Public methodAddRecipient(String)
Adds the recipient.
(Inherited from DeliverySettings.)
Public methodAddRecipient(Recipient)
Adds the recipient.
(Inherited from DeliverySettings.)
Public methodAddRecipient(Guid, Boolean)
Adds the recipient.
(Inherited from DeliverySettings.)
Public methodAddRecipient(Guid, IListRecipientViewOverride)
Adds the recipient.
(Inherited from DeliverySettings.)
Public methodAddRecipient(String, Boolean)
Adds the recipient.
(Inherited from DeliverySettings.)
Public methodAddRecipient(String, IListRecipientViewOverride)
Adds the recipient.
(Inherited from DeliverySettings.)
Public methodAddRecipient(Guid, Boolean, IListRecipientViewOverride)
Adds the recipient.
(Inherited from DeliverySettings.)
Public methodAddRecipient(String, Boolean, IListRecipientViewOverride)
Adds the recipient.
(Inherited from DeliverySettings.)
Public methodAddRecipient(Guid, RecipientMemberKind, Boolean, IListRecipientViewOverride)
Adds the recipient.
(Inherited from DeliverySettings.)
Top
See Also