RtfToRtf class

The RtfToRtf class implements a conversion from RTF to RTF.

Inheritance hierarchy

System.Object
  Microsoft.Exchange.Data.TextConverters.TextConverter
    Microsoft.Exchange.Data.TextConverters.RtfToRtf

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

Syntax

'Declaration
Public Class RtfToRtf _
    Inherits TextConverter
'Usage
Dim instance As RtfToRtf
public class RtfToRtf : TextConverter

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.

See also

Reference

RtfToRtf members

Microsoft.Exchange.Data.TextConverters namespace