Class AutodiscoverResponse
- Namespace
- Microsoft.Exchange.WebServices.Autodiscover
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents the base class for all responses returned by the Autodiscover service.
public abstract class AutodiscoverResponse
- Inheritance
-
AutodiscoverResponse
- Derived
- Inherited Members
Properties
ErrorCode
Gets the error code that was returned by the service.
public AutodiscoverErrorCode ErrorCode { get; }
Property Value
ErrorMessage
Gets the error message that was returned by the service.
public string ErrorMessage { get; }
Property Value
- string
The error message.