AutodiscoverResult
AutodiscoverResult class
Result of the Autodiscover operation
public class AutodiscoverResult
Constructors
| 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. |
Properties
| Name |
Description |
| Culture { get; } |
Specifies the client culture, which is used to localize error messages. |
| DisplayName { get; } |
Contains the user’s display name in the directory service. |
| EMailAddress { get; } |
Contains the SMTP email address of the user and is used to identify the user’s mailbox in the network. |
| Redirect { get; } |
Specifies the SMTP address of the requested user. |
| Servers { get; } |
Contains array of server settings |
Methods
| Name |
Description |
| override ToString() |
Returns a string that represents the current object. |
See Also