ExpandGroupResults.GetEnumerator Method

Definition

Gets an enumerator that iterates through the group members.

public:
 virtual System::Collections::Generic::IEnumerator<Microsoft::Exchange::WebServices::Data::EmailAddress ^> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<Microsoft.Exchange.WebServices.Data.EmailAddress> GetEnumerator ();
Public Function GetEnumerator () As IEnumerator(Of EmailAddress)

Returns

The GetEnumerator() method returns a T:System.Collections.Generic.IEnumerator`1

Implements

Applies to