| ForwardBuilderIncludeAttachments Property |
Gets or sets the value that specifies if
NonVisuals collection is copied to resulting email.
Namespace:
Limilabs.Mail
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
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:
BooleanSee Also