OutboundCodePageDetector.AddText method (TextReader)
The AddText method adds 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 _
)
'Usage
Dim instance As OutboundCodePageDetector
Dim reader As TextReader
instance.AddText(reader)
public void AddText(
TextReader reader
)
Parameters
reader
Type: System.IO.TextReaderA TextReader containing the text to add.
See also
Reference
OutboundCodePageDetector class