Share via


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
'Usage
Dim instance As OutboundCodePageDetector
Dim codePage As Integer
Dim returnValue As Integer

returnValue = instance.GetCodePageCoverage(codePage)
public int GetCodePageCoverage(
    int codePage
)

Parameters

  • codePage
    Type: System.Int32

    An integer indicating a code page.

Return value

Type: System.Int32

See also

Reference

OutboundCodePageDetector class

OutboundCodePageDetector members

Microsoft.Exchange.Data.Globalization namespace