OutboundCodePageDetector.AddText method (Char)
The AddText method adds a character 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 ( _
ch As Char _
)
'Usage
Dim instance As OutboundCodePageDetector
Dim ch As Char
instance.AddText(ch)
public void AddText(
char ch
)
Parameters
ch
Type: System.CharThe character to add.
See also
Reference
OutboundCodePageDetector class