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