ValueConverter Class

Class converts ActiveSync protocol version from string representation to enum and back.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActiveSync.TransportLayerValueConverter

Namespace:  Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public static class ValueConverter

The ValueConverter type exposes the following members.

Methods
  NameDescription
Public methodStatic memberToASProtocolVersions
Converts ActiveSync protocol version from string representation to enum.
Public methodStatic memberToString
Converts ActiveSync protocol version from enum to string representation.
See Also