OutboundCodePageDetector.GetCodePages method
The GetCodePages method gets a list of code pages that will encode the text added to this OutboundCodePageDetector object, ordered from best to worst.
Namespace: Microsoft.Exchange.Data.Globalization
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Function GetCodePages As Integer()
'Usage
Dim instance As OutboundCodePageDetector
Dim returnValue As Integer()
returnValue = instance.GetCodePages()
public int[] GetCodePages()
Return value
Type: []
See also
Reference
OutboundCodePageDetector class