Charset.IsDetectable property
The IsDetectable property gets a Boolean value that indicates whether the character set represented by this Charset object can be detected by the OutboundCodePageDetector class.
Namespace: Microsoft.Exchange.Data.Globalization
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property IsDetectable As Boolean
Get
'Usage
Dim instance As Charset
Dim value As Boolean
value = instance.IsDetectable
public bool IsDetectable { get; }
Property value
Type: System.Boolean
The IsDetectable property is true if the character set can be detected. Otherwise it is false.
Remarks
The following character sets are detectable:
20127 (us-ascii) 1252 (windows-1252)
Western European (Windows) 1250 (windows-1250)
Central European (Windows) 1251 (windows-1251)
Cyrillic (Windows) 1253 (windows-1253)
Greek (Windows) 1254 (windows-1254)
Turkish (Windows) 1257 (windows-1257)
Baltic (Windows) 1258 (windows-1258)
Vietnamese (Windows) 1256 (windows-1256)
Arabic (Windows) 1255 (windows-1255)
Hebrew (Windows) 874 (windows-874)
Thai (Windows) 28591 (iso-8859-1)
Western European (ISO) 28592 (iso-8859-2)
Central European (ISO) 20866 (koi8-r)
Cyrillic (KOI8-R) 21866 (koi8-u)
Cyrillic (KOI8-U) 28595 (iso-8859-5)
Cyrillic (ISO) 28597 (iso-8859-7)
Greek (ISO) 28593 (iso-8859-3)
Latin 3 (ISO) 28594 (iso-8859-4)
Baltic (ISO) 28596 (iso-8859-6)
Arabic (ISO) 38598 (iso-8859-8-i)
Hebrew (ISO-Logical) 28605 (iso-8859-15)
Latin 9 (ISO) 28599 (iso-8859-9)
Turkish (ISO) 932 (shift_jis)
Japanese (Shift-JIS) 949 (ks_c_5601-1987)
Korean 950 (big5)
Chinese Traditional (Big5) 936 (gb2312)
Chinese Simplified (GB2312) 50220 (iso-2022-jp)
Japanese (JIS) 51932 (euc-jp)
Japanese (EUC) 51949 (euc-kr)
Korean (EUC) 50225 (iso-2022-kr)
Korean (ISO) 52936 (hz-gb-2312)
Chinese Simplified (HZ)