OutboundCodePageDetector.Reset method
The Reset method resets this OutboundCodePageDetector object.
Namespace: Microsoft.Exchange.Data.Globalization
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub Reset
'Usage
Dim instance As OutboundCodePageDetector
instance.Reset()
public void Reset()
Remarks
The reset method removes all text that has been added to this OutboundCodePageDetector object.
See also
Reference
OutboundCodePageDetector class