RtfToHtml.ConvertedFromText property
The ConvertedFromText property gets a Boolean value that indicates whether the source HTML was converted from plain text.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property ConvertedFromText As Boolean
Get
'Usage
Dim instance As RtfToHtml
Dim value As Boolean
value = instance.ConvertedFromText
public bool ConvertedFromText { get; }
Property value
Type: System.Boolean