EmailDeliverySettingsIncludeAttachments Property

Gets or sets a value indicating whether the e-mail should include attachment(s).

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 bool IncludeAttachments { get; set; }

Property Value

Type: Boolean
if the e-mail should include attachment(s); otherwise, .
See Also