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
public bool Unwrap { get; set; }
public:
property bool Unwrap {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_Unwrap ()
/** @property */
public void set_Unwrap (boolean value)
public function get Unwrap () : boolean
public function set Unwrap (value : 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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003
See Also