Click or drag to resize
MimeKit

MimeContentNewLineFormat Property

Get the new-line format, if known.

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

Property Value

NullableNewLineFormat
The new-line format, if known.

Implements

IMimeContentNewLineFormat
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