Click or drag to resize
MimeKit

FlowedToTextDeleteSpace Property

Get or set whether the trailing space on a wrapped line should be deleted.

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

Property Value

Boolean
true if the trailing space on a wrapped line should be deleted; otherwise, false.
Remarks

Gets or sets whether the trailing space on a wrapped line should be deleted.

The flowed text format defines a Content-Type parameter called "delsp" which can have a value of "yes" or "no". If the parameter exists and the value is "yes", then DeleteSpace should be set to true, otherwise DeleteSpace should be set to false.

See Also