_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
<DispIdAttribute()> _
Sub Delete
'Usage
Dim instance As _ExchangeDistributionList
instance.Delete()
[DispIdAttribute()]
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