DeliverySettingsDataIncludeAttachments Property |
Gets or sets a value indicating whether the e-mail should include attachment(s).
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "includeAttachments", EmitDefaultValue = false)]
public bool IncludeAttachments { get; set; }
<DataMemberAttribute(Name := "includeAttachments", EmitDefaultValue := false)>
Public Property IncludeAttachments As Boolean
Get
Set
public:
[DataMemberAttribute(Name = L"includeAttachments", EmitDefaultValue = false)]
property bool IncludeAttachments {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(Name = "includeAttachments", EmitDefaultValue = false)>]
member IncludeAttachments : bool with get, set
Property Value
Type:
Boolean if the e-mail should include attachment(s); otherwise,
.
See Also