EmailDeliverySettings.IncludeAttachments 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 (25.1.0.1000)
Syntaxpublic 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:
Booleantrue if the e-mail should include attachment(s); otherwise,
false.
See Also