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.StringThe string from which to add text.
index
Type: System.Int32The zero-based index of the first character to read.
count
Type: System.Int32The number of characters to read.
See also
Reference
OutboundCodePageDetector class