AutodiscoverResponseCollection<TResponse> Class

Definition

Contains a collection of responses to a call to the Autodiscover service.

generic <typename TResponse>
 where TResponse : AutodiscoverResponsepublic ref class AutodiscoverResponseCollection abstract : Microsoft::Exchange::WebServices::Autodiscover::AutodiscoverResponse, System::Collections::Generic::IEnumerable<TResponse>
public abstract class AutodiscoverResponseCollection<TResponse> : Microsoft.Exchange.WebServices.Autodiscover.AutodiscoverResponse, System.Collections.Generic.IEnumerable<TResponse> where TResponse : AutodiscoverResponse
Public MustInherit Class AutodiscoverResponseCollection(Of TResponse)
Inherits AutodiscoverResponse
Implements IEnumerable(Of TResponse)

Type Parameters

TResponse

The type of the responses in the collection.

Inheritance
AutodiscoverResponseCollection<TResponse>
Derived
Implements
IEnumerable<TResponse>

Properties

Count

Gets the number of responses in the collection.

ErrorCode

Gets the error code that was returned by the service.

(Inherited from AutodiscoverResponse)
ErrorMessage

Gets the error message that was returned by the service.

(Inherited from AutodiscoverResponse)
Item[Int32]

Gets the response at the specified index in the collection.

Methods

GetEnumerator()

Returns an enumerator that enables you to iterate through the objects in the collection.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Returns an enumerator that enables you to iterate through the objects in the collection. The IEnumerable.GetEnumerator() method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Applies to