TextToRtf.DetectEncodingFromByteOrderMark property
The DetectEncodingFromByteOrderMark property gets or sets a Boolean value that indicates whether the encoding is detected from the byte order mark or determined by the InputEncoding property.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Property DetectEncodingFromByteOrderMark As Boolean
Get
Set
'Usage
Dim instance As TextToRtf
Dim value As Boolean
value = instance.DetectEncodingFromByteOrderMark
instance.DetectEncodingFromByteOrderMark = value
public bool DetectEncodingFromByteOrderMark { get; set; }
Property value
Type: System.Boolean