HtmlToText.Wrap property
The Wrap property gets or sets a Boolean value indicating whether the output text should be wrapped.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Property Wrap As Boolean
Get
Set
'Usage
Dim instance As HtmlToText
Dim value As Boolean
value = instance.Wrap
instance.Wrap = value
public bool Wrap { get; set; }
Property value
Type: System.Boolean
Remarks
Text wrapping is performed according to RFC2646.
The Wrap property must be set before conversion begins.