TextToHtml.Unwrap Property

The Unwrap property gets or sets a Boolean value indicating whether the source text needs to be unwrapped as it is converted.

Namespace:  Microsoft.Exchange.Data.TextConverters
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Property Unwrap As Boolean
    Get
    Set
'Usage
Dim instance As TextToHtml
Dim value As Boolean

value = instance.Unwrap

instance.Unwrap = value
public bool Unwrap { get; set; }

Property Value

Type: System.Boolean

Remarks

Text unwrapping is performed for flowed format text as specified in RFC2646 (RFC3676 is a newer version of the same standard).

Set Unwrap to true if the Format parameter in the text/plain MIME bodypart has a value of flowed in its Content-Type header.

The Unwrap property can only be set before conversion begins.