Uses of Class
microsoft.exchange.webservices.data.misc.ExpandGroupResults
-
Packages that use ExpandGroupResults Package Description microsoft.exchange.webservices.data.core microsoft.exchange.webservices.data.core.response -
-
Uses of ExpandGroupResults in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core that return ExpandGroupResults Modifier and Type Method Description ExpandGroupResultsExchangeService. expandGroup(String smtpAddress)Expands a group by retrieving a list of its members.ExpandGroupResultsExchangeService. expandGroup(String address, String routingType)Expands a group by retrieving a list of its members.ExpandGroupResultsExchangeService. expandGroup(EmailAddress emailAddress)Expands a group by retrieving a list of its members.ExpandGroupResultsExchangeService. expandGroup(ItemId groupId)Expands a group by retrieving a list of its members. -
Uses of ExpandGroupResults in microsoft.exchange.webservices.data.core.response
Methods in microsoft.exchange.webservices.data.core.response that return ExpandGroupResults Modifier and Type Method Description ExpandGroupResultsExpandGroupResponse. getMembers()Gets a list of the group's members.
-