OutboundCodePageDetector.AddText method (String)
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 _
)
'Usage
Dim instance As OutboundCodePageDetector
Dim value As String
instance.AddText(value)
public void AddText(
string value
)
Parameters
value
Type: System.StringThe text to add.
See also
Reference
OutboundCodePageDetector class