ServerInfo Class |
Namespace: Aspose.Email.Clients.ActiveSync.TransportLayer
The ServerInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | ServerInfo |
Initializes a new instance of the ServerInfo class.
|
Name | Description | |
---|---|---|
![]() | Name |
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.
|
![]() | ServerData |
The ServerData specifies the template name for the client certificate. Optional.
|
![]() | Type |
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.
|
![]() | Url |
Specifies a URL string that conveys the protocol, port, resource location, and other information.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString |
Returns a string that represents the current object.
(Overrides ObjectToString.) |