다음을 통해 공유


OutboundCodePageDetector.GetCodePages Method (Culture, Boolean)

The GetCodePages method returns 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 culture parameter.

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

Syntax

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

Parameters

  • culture
    The preferred culture in which to choose the character set for the data added to this OutboundCodePageDetector object.
  • 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