Click or drag to resize
MimeKit

IMimeContentNewLineFormat Property

Get the new-line format, if known.

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

Property Value

NullableNewLineFormat
The new-line format, if known.
Remarks

This property is typically only set by the MimeParser as it parses the content of a MimePart and is only used as a hint when verifying digital signatures.

See Also