AutodiscoverResult Class |
Namespace: Aspose.Email.Clients.ActiveSync.TransportLayer
The AutodiscoverResult type exposes the following members.
Name | Description | |
---|---|---|
![]() | AutodiscoverResult(CultureInfo, String, String, ServerInfo) |
Initializes a new instance of the AutodiscoverResult class.
|
![]() | AutodiscoverResult(CultureInfo, String, String, String) |
Initializes a new instance of the AutodiscoverResult class.
|
![]() | AutodiscoverResult(CultureInfo, String, String, String, ServerInfo) |
Initializes a new instance of the AutodiscoverResult class.
|
Name | Description | |
---|---|---|
![]() | Culture |
Specifies the client culture, which is used to localize error messages.
|
![]() | DisplayName |
Contains the user's display name in the directory service.
|
![]() | EMailAddress |
Contains the SMTP email address of the user and is used to identify the user's mailbox in the network.
|
![]() | Redirect |
Specifies the SMTP address of the requested user.
|
![]() | Servers |
Contains array of server settings
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Returns a string that represents the current object.
(Overrides ObjectToString.) |