Share via


EnrichedToText.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 EnrichedToText
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.