RtfToHtml.EncapsulatedHtml Property
The EncapsulatedHtml property gets a Boolean value that indicates whether the source RTF document contains encapsulated HTML.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)
Syntax
'Declaration
Public ReadOnly Property EncapsulatedHtml As Boolean
public bool EncapsulatedHtml { get; }
public:
property bool EncapsulatedHtml {
bool get ();
}
/** @property */
public boolean get_EncapsulatedHtml ()
public function get EncapsulatedHtml () : boolean
Property Value
The EncapsulatedHtml property returns true if both the EnableHtmlDeencapsulation property is true and the source RTF document contains encapsulated HTML. Otherwise, if either the EnableHtmlDeencapsulation property is false or the source RTF document does not contain encapsulated HTML, this property returns false.
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