EmailDeliverySettings Properties

The EmailDeliverySettings type exposes the following members.

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
See Also