OutboundCodePageDetector.AddText Method (String, Int32, Int32)
The AddText method adds text from a String 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 ( _
value As String, _
index As Integer, _
count As Integer _
)
'Usage
Dim instance As OutboundCodePageDetector
Dim value As String
Dim index As Integer
Dim count As Integer
instance.AddText(value, index, count)
public void AddText(
string value,
int index,
int count
)
Parameters
- value
Type: System.String
The string from which to add text.
- index
Type: System.Int32
The zero-based index of the first character to read.
- count
Type: System.Int32
The number of characters to read.