IEWSClient.CreateDistributionList

IEWSClient.CreateDistributionList method

Creates the private Distribution List.

public string CreateDistributionList(ExchangeDistributionList distributionList, 
    MailAddressCollection members)
ParameterTypeDescription
distributionListExchangeDistributionListA ExchangeDistributionList containing information about Distribution List to create.
membersMailAddressCollectionA MailAddressCollection containing the Distribution List mail addresses to create.

Return Value

A string containing the Distribution List Id.

See Also