GetUserSettingsResponseCollection Class

Definition

Represents a collection of responses to a GetUserSettings call.

public ref class GetUserSettingsResponseCollection sealed : Microsoft::Exchange::WebServices::Autodiscover::AutodiscoverResponseCollection<Microsoft::Exchange::WebServices::Autodiscover::GetUserSettingsResponse ^>
public sealed class GetUserSettingsResponseCollection : Microsoft.Exchange.WebServices.Autodiscover.AutodiscoverResponseCollection<Microsoft.Exchange.WebServices.Autodiscover.GetUserSettingsResponse>
Public NotInheritable Class GetUserSettingsResponseCollection
Inherits AutodiscoverResponseCollection(Of GetUserSettingsResponse)
Inheritance

Remarks

This class is a collection of GetUserSettingsResponse objects.

Properties

Count

Gets the number of responses in the collection.

(Inherited from AutodiscoverResponseCollection<TResponse>)
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.

(Inherited from AutodiscoverResponseCollection<TResponse>)

Methods

GetEnumerator()

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

(Inherited from AutodiscoverResponseCollection<TResponse>)

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.

(Inherited from AutodiscoverResponseCollection<TResponse>)

Applies to