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
reader
Type: System.IO.TextReaderA TextReader containing the text to add.
maxCharacters
Type: System.Int32The maximum number of characters to add.
See also
Reference
OutboundCodePageDetector class