ExpandGroupResults Class
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.
The results of an ExpandGroup method.
public ref class ExpandGroupResults sealed : System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::EmailAddress ^>
public sealed class ExpandGroupResults : System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.EmailAddress>
Public NotInheritable Class ExpandGroupResults
Implements IEnumerable(Of EmailAddress)
- Inheritance
-
ExpandGroupResults
- Implements
Properties
Count |
Gets the number of members that are returned. |
IncludesAllMembers |
Gets a value that indicates whether the entire group was returned. |
Members |
Gets the members of the expanded group. |
Methods
GetEnumerator() |
Gets an enumerator that iterates through the group members. |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets an enumerator that iterates through the group members. The IEnumerable.GetEnumerator() method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |