HtmlToRtf.EncapsulateHtmlMarkup property
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Property EncapsulateHtmlMarkup As Boolean
Get
Set
'Usage
Dim instance As HtmlToRtf
Dim value As Boolean
value = instance.EncapsulateHtmlMarkup
instance.EncapsulateHtmlMarkup = value
public bool EncapsulateHtmlMarkup { get; set; }
Property value
Type: System.Boolean