ExchangeUser Methods (Outlook)

GitHub-Mark-64px

Contribute to this content

Use GitHub to suggest and submit changes. See our guidelines for contributing to VBA documentation.

Methods

Name

Description

Delete

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

Details

Displays a modal dialog box that provides detailed information about an ExchangeUser object.

GetContact

Returns Null (Nothing in Visual Basic) because the ExchangeUser object does not correspond to a contact in a Contacts Address Book.

GetDirectReports

Obtains an AddressEntries collection object that contains all the users directly reporting to the Exchange user.

GetExchangeDistributionList

Returns Null (Nothing in Visual Basic) because the ExchangeUser object does not correspond to an ExchangeDistributionList object.

GetExchangeUser

Returns the ExchangeUser object.

GetExchangeUserManager

Returns an ExchangeUser object that represents the manager of the Exchange user.

GetFreeBusy

Obtains a String representing the availability of the ExchangeUser for a period of 30 days from the start date, beginning at midnight of the date specified.

GetMemberOfList

Returns an AddressEntries collection object that contains the AddressEntry objects representing all the Exchange distribution lists to which the user belongs.

GetPicture

Obtains an IPictureDisp object that represents the picture of the Microsoft Exchange user that is displayed in Microsoft Outlook.

Update

Posts a change to the ExchangeUser object in the messaging system.

GetUnifiedGroup

Determines if the object is a unified group, by way of a call to IsUnifiedGroup.

GetUnifiedGroupFromStore

Determines if the object is a unified group, by way of a call to IsUnifiedGroup.

IsUnifiedGroup

Determines if the object is a unified group.