Share via


OutboundCodePageDetector.AddText method (TextReader, Int32)

The AddText method adds a specified amount of text from a TextReader 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 ( _
    reader As TextReader, _
    maxCharacters As Integer _
)
'Usage
Dim instance As OutboundCodePageDetector
Dim reader As TextReader
Dim maxCharacters As Integer

instance.AddText(reader, maxCharacters)
public void AddText(
    TextReader reader,
    int maxCharacters
)

Parameters

  • maxCharacters
    Type: System.Int32

    The maximum number of characters to add.

See also

Reference

OutboundCodePageDetector class

OutboundCodePageDetector members

AddText overload

Microsoft.Exchange.Data.Globalization namespace