Gets/Sets folding for this
CopyC#
MimeHeader
.

Namespace: Jscape.Email
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0

Syntax

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

Remarks

Folding is enabled by default. Headers which exceed 76 characters will be folded according to RFC 822.

See Also