Partager via


OutboundCodePageDetector.AddText Method (Char[])

The AddText method adds text from a character array to this OutboundCodePageDetector object.

Namespace:  Microsoft.Exchange.Data.Globalization
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Sub AddText ( _
    buffer As Char() _
)
'Usage
Dim instance As OutboundCodePageDetector
Dim buffer As Char()

instance.AddText(buffer)
public void AddText(
    char[] buffer
)

Parameters

  • buffer
    Type: []
    The text to add.