_ExchangeDistributionList.Delete Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes the ExchangeDistributionList object from the AddressEntries collection object to which it belongs.
public:
void Delete();
public void Delete ();
Public Sub Delete ()
Remarks
The ExchangeDistributionList object is derived from the AddressEntry object. An ExchangeDistributionList object is an AddressEntry object that has olExchangeDistributionListAddressEntry as the AddressEntryUserType; calling GetExchangeDistributionList() returns the corresponding ExchangeDistributionList object.