Specifies the server type
Namespace:
Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax Public Enumeration ServerType
public enum class ServerType
Members
| Member name | Value | Description |
---|
| None | 0 |
Not defined
|
| MobileSync | 1 |
Indicates that the URL that is returned by the URL element (section 2.2.3.172) can be accessed by clients.
|
| CertEnroll | 2 |
Indicates that the URL that is returned by the URL element can be accessed by clients to obtain a client certificate for Secure Sockets Layer (SSL) negotiation.
|
See Also