Package | Description |
---|---|
microsoft.exchange.webservices.data.core | |
microsoft.exchange.webservices.data.core.response |
Modifier and Type | Method and Description |
---|---|
ExpandGroupResults |
ExchangeService.expandGroup(EmailAddress emailAddress)
Expands a group by retrieving a list of its members.
|
ExpandGroupResults |
ExchangeService.expandGroup(ItemId groupId)
Expands a group by retrieving a list of its members.
|
ExpandGroupResults |
ExchangeService.expandGroup(String smtpAddress)
Expands a group by retrieving a list of its members.
|
ExpandGroupResults |
ExchangeService.expandGroup(String address,
String routingType)
Expands a group by retrieving a list of its members.
|
Modifier and Type | Method and Description |
---|---|
ExpandGroupResults |
ExpandGroupResponse.getMembers()
Gets a list of the group's members.
|
Copyright © 2012–2015 Microsoft. All rights reserved.