ServerInfo Class

Server settings in Autodiscover operation
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActiveSync.TransportLayerServerInfo

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

The ServerInfo type exposes the following members.

Constructors
  NameDescription
Public methodServerInfo
Initializes a new instance of the ServerInfo class.
Properties
  NameDescription
Public propertyName
Specifies a URL if the Type element (section 2.2.3.170.1) value is set to "MobileSync". If the Type element value is "MobileSync", then the Name element specifies the URL that conveys the protocol. If the Type element value is "CertEnroll", then the Name element value is NULL.
Public propertyServerData
The ServerData specifies the template name for the client certificate. Optional.
Public propertyType
Specifies the server type The following are the valid values for the Type element: MobileSync — Indicates that the URL that is returned by the URL element (section 2.2.3.172) can be accessed by clients. CertEnroll — 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.
Public propertyUrl
Specifies a URL string that conveys the protocol, port, resource location, and other information.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
See Also