Share via


_ExchangeDistributionList.Delete Method

Deletes the ExchangeDistributionList object from the AddressEntries collection object to which it belongs.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Sub Delete
'Usage
Dim instance As _ExchangeDistributionList

instance.Delete()
void Delete()

Remarks

The ExchangeDistributionList object is derived from the AddressEntry object. An ExchangeDistributionList object is an AddressEntry object that has olExchangeDistributionListAddressEntry as the AddressEntry.AddressEntryUserType; calling AddressEntry.GetExchangeDistributionList returns the corresponding ExchangeDistributionList object.

See Also

Reference

_ExchangeDistributionList Interface

_ExchangeDistributionList Members

Microsoft.Office.Interop.Outlook Namespace