IEWSClient.DeleteDistributionList

IEWSClient.DeleteDistributionList method

Deletes the Distribution List.

public void DeleteDistributionList(ExchangeDistributionList distributionList, 
    bool deletePermanently)
ParameterTypeDescription
distributionListExchangeDistributionListA ExchangeDistributionList containing information about Distribution List to delete.
deletePermanentlyBooleanIndicates whether the specified List should be deleted permanently or should be moved into DeletedItems folder.

See Also