NameResolutionCollection Class

Definition

Represents a list of suggested name resolutions.

public ref class NameResolutionCollection sealed : System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::NameResolution ^>
public sealed class NameResolutionCollection : System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.NameResolution>
Public NotInheritable Class NameResolutionCollection
Implements IEnumerable(Of NameResolution)
Inheritance
NameResolutionCollection
Implements

Properties

Count

Gets the total number of NameResolution objects.

IncludesAllResolutions

Gets a value that indicates whether more suggested resolutions are available.

Item[Int32]

Gets the name resolution at the specified index.

Methods

GetEnumerator()

Gets an enumerator that iterates through the collection of NameResolution objects.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Gets an enumerator that iterates through the collection of NameResolution objects. The IEnumerable.GetEnumerator() method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Applies to