OutboundCodePageDetector.GetBestWindowsCodePage method
The GetBestWindowsCodePage method gets the Windows code page that is able to represent the most text added to this OutboundCodePageDetector object.
Namespace: Microsoft.Exchange.Data.Globalization
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Function GetBestWindowsCodePage As Integer
'Usage
Dim instance As OutboundCodePageDetector
Dim returnValue As Integer
returnValue = instance.GetBestWindowsCodePage()
public int GetBestWindowsCodePage()
Return value
Type: System.Int32
Remarks
The Windows code pages are:
Any of 1250 through 1258
874
932
936
949
950
See also
Reference
OutboundCodePageDetector class