ExpandGroupResults.GetEnumerator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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