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; }
Public Property IncludeAttachments As Boolean
Get
Set
public:
property bool IncludeAttachments {
bool get ();
void set (bool value);
}
member IncludeAttachments : bool with get, set
Property Value
Type:
Boolean if the e-mail should include attachment(s); otherwise,
.
See Also