 | HeaderEncoderConfigMaxLineLength Property |
Gets or sets the maximum length of the encoded-words.
Namespace: Limilabs.Mail.HeadersAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic int MaxLineLength { get; set; }Public Property MaxLineLength As Integer
Get
Set
public:
property int MaxLineLength {
int get ();
void set (int value);
}member MaxLineLength : int with get, set
Property Value
Int32
See Also