Share via


_ExchangeUser.Delete Method

Deletes the ExchangeUser 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 _ExchangeUser

instance.Delete()
[DispIdAttribute()]
void Delete()

Remarks

The ExchangeUser object is derived from the AddressEntry object. An ExchangeUser object is an AddressEntry object that has olExchangeUserAddressEntry as the AddressEntry.AddressEntryUserType; calling AddressEntry.GetExchangeUser returns the corresponding ExchangeUser object.

See Also

Reference

_ExchangeUser Interface

_ExchangeUser Members

Microsoft.Office.Interop.Outlook Namespace