OutboundCodePageDetector.GetCodePageCoverage Method
The GetCodePageCoverage method returns an integer that indicates the percentage of the text added to this OutboundCodePageDetector object that the specified code page can represent.
Namespace: Microsoft.Exchange.Data.Globalization
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)
Syntax
'Declaration
Public Function GetCodePageCoverage ( _
codePage As Integer _
) As Integer
public int GetCodePageCoverage (
int codePage
)
public:
int GetCodePageCoverage (
int codePage
)
public int GetCodePageCoverage (
int codePage
)
public function GetCodePageCoverage (
codePage : int
) : int
Parameters
- codePage
An integer indicating a code page.
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