Class AutodiscoverResponseCollectionTResponse
AutodiscoverResponseCollection<TResponse> class
Represents a collection of responses to a call to the Autodiscover service.
public abstract class AutodiscoverResponseCollection<TResponse> : AutodiscoverResponse,
IEnumerable<TResponse>
where TResponse : AutodiscoverResponse
Parameter | Description |
---|
TResponse | The type of the responses in the collection. |
Properties
Name | Description |
---|
Count { get; } | Gets the number of responses in the collection. |
ErrorCode { get; } | Gets the error code that was returned by the service. |
ErrorMessage { get; } | Gets the error message that was returned by the service. |
Item { get; } | Gets the response at the specified index. |
Methods
Name | Description |
---|
GetEnumerator() | Gets an enumerator that iterates through the elements of the collection. |
See Also