_ExchangeUser.Delete Method

Definition

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

public:
 void Delete();
public void Delete ();
Public Sub Delete ()

Remarks

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

Applies to