Click or drag to resize
MimeKit

FormatOptionsNewLineFormat Property

Get or set the new-line format.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public NewLineFormat NewLineFormat { get; set; }

Property Value

NewLineFormat
The new-line format.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue
InvalidOperationExceptionDefault cannot be changed.
Remarks
Specifies the new-line encoding to use when writing the message or entity to a stream.
See Also