EmailDeliverySettingsIncludeAttachments Property |
Gets or sets a value indicating whether the e-mail should include attachment(s).
Namespace: Dundas.BI.Notifications.DeliveryAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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
Boolean if the e-mail should include attachment(s); otherwise,
.
See Also