Modifier and Type | Method and Description |
---|---|
ExchangeDistributionList[] |
IEWSClient.listDistributionLists()
List the private Distribution Lists.
|
Modifier and Type | Method and Description |
---|---|
void |
IEWSClient.addToDistributionList(ExchangeDistributionList distributionList,
MailAddressCollection members)
Appends the members to Distribution List.
|
String |
IEWSClient.createDistributionList(ExchangeDistributionList distributionList,
MailAddressCollection members)
Creates the private Distribution List.
|
void |
IEWSClient.deleteDistributionList(ExchangeDistributionList distributionList,
boolean deletePermanently)
Deletes the Distribution List.
|
void |
IEWSClient.deleteFromDistributionList(ExchangeDistributionList distributionList,
MailAddressCollection members)
Deletes the members from Distribution List.
|
MailAddressCollection |
IEWSClient.fetchDistributionList(ExchangeDistributionList distributionList)
Fetches the private Distribution List members.
|