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 _
)
public void AddText (
TextReader reader,
int maxCharacters
)
public:
void AddText (
TextReader^ reader,
int maxCharacters
)
public void AddText (
TextReader reader,
int maxCharacters
)
public function AddText (
reader : TextReader,
maxCharacters : int
)
Parameters
- reader
A TextReader containing the text to add.
- maxCharacters
The maximum number of characters to add.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003