Class AutodiscoverResponse

AutodiscoverResponse class

Represents the base class for all responses returned by the Autodiscover service.

public abstract class AutodiscoverResponse

Properties

NameDescription
ErrorCode { get; }Gets the error code that was returned by the service.
ErrorMessage { get; }Gets the error message that was returned by the service.

See Also