OutboundCodePageDetector.GetCodePage Method (Culture, Boolean)

The GetCodePage method gets the code page that best represents the text added to this OutboundCodePageDetector object and best fits the preferred culture.

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

Syntax

'Declaration
Public Function GetCodePage ( _
    culture As Culture, _
    allowCommonFallbackExceptions As Boolean _
) As Integer
public int GetCodePage (
    Culture culture,
    bool allowCommonFallbackExceptions
)
public:
int GetCodePage (
    Culture^ culture, 
    bool allowCommonFallbackExceptions
)
public int GetCodePage (
    Culture culture, 
    boolean allowCommonFallbackExceptions
)
public function GetCodePage (
    culture : Culture, 
    allowCommonFallbackExceptions : boolean
) : int

Parameters

  • culture
    The preferred culture from which to choose a character set to represent the text 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