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