_ExchangeUser.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 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.