IEWSClient.AddToDistributionList

IEWSClient.AddToDistributionList method

Appends the members to Distribution List.

public void AddToDistributionList(ExchangeDistributionList distributionList, 
    MailAddressCollection members)
ParameterTypeDescription
distributionListExchangeDistributionListA ExchangeDistributionList containing information about Distribution List to update.
membersMailAddressCollectionA MailAddressCollection containing the mail addresses to add.

See Also