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.12102.1426

Syntax

C#
public bool IncludeAttachments { get; set; }
Visual Basic
Public Property IncludeAttachments As Boolean
	Get
	Set
Visual C++
public:
property bool IncludeAttachments {
	bool get ();
	void set (bool value);
}

See Also