IEWSClient.DeleteFromDistributionList

IEWSClient.DeleteFromDistributionList method

Deletes the members from Distribution List.

public void DeleteFromDistributionList(ExchangeDistributionList distributionList, 
    MailAddressCollection members)
ParameterTypeDescription
distributionListExchangeDistributionListA ExchangeDistributionList containing information about Distribution List to update.
membersMailAddressCollectionA MailAddressCollection containing the mail addresses to delete. The MailAddress must contain id.

See Also