RtfToText.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
public bool Wrap { get; set; }
public:
property bool Wrap {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_Wrap ()
/** @property */
public void set_Wrap (boolean value)
public function get Wrap () : boolean
public function set Wrap (value : boolean)
Remarks
Text wrapping is performed according to RFC2646.
The Wrap property must 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