Freigeben über


OutboundCodePageDetector.GetCodePages Method (Charset, Boolean)

The GetCodePages method gets a list of code pages that will encode the text added to this OutboundCodePageDetector object, ordered from best to worst, subject to the preference indicated by the preferredCharset parameter..

Namespace: Microsoft.Exchange.Data.Globalization
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)

Syntax

'Declaration
Public Function GetCodePages ( _
    preferredCharset As Charset, _
    allowCommonFallbackExceptions As Boolean _
) As Integer()
public int[] GetCodePages (
    Charset preferredCharset,
    bool allowCommonFallbackExceptions
)
public:
array<int>^ GetCodePages (
    Charset^ preferredCharset, 
    bool allowCommonFallbackExceptions
)
public int[] GetCodePages (
    Charset preferredCharset, 
    boolean allowCommonFallbackExceptions
)
public function GetCodePages (
    preferredCharset : Charset, 
    allowCommonFallbackExceptions : boolean
) : int[]

Parameters

  • allowCommonFallbackExceptions
    Set to true to allow common fallback exception characters. Otherwise, set to false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003