Exchange users

This section provides sample tasks that involve Microsoft Exchange mailbox users. Exchange users are connected to an Exchange server, and are represented by ExchangeUser objects, which are derived from the AddressEntry object.

In this section

Topic Description
Get information about the current user Gets the current user’s information, such as name, job title, and telephone number.
Get information about all distribution lists of which the current user is a member Uses the GetMemberOfList() method to get information about all distribution lists of which the current user is a member.
Create a distribution list Creates a distribution list and displays it to the user.
Get members of an Exchange distribution list Prompts the user to select an Exchange distribution list from the Select Names dialog box and expands the distribution list to display its members.
Get information about the current user's manager Gets information (such as name, job title, and phone numbers) about the current user’s manager.
Get availability information for an Exchange user's manager Displays the next free 60-minute time slot in the calendar for a user's manager.
Check a manager's response to a meeting request Uses the GetExchangeUser() and GetExchangeUserManager() methods to check the status of the response of the current user's manager to a meeting request.
Get information about direct reports of the current user's manager Gets the direct reports of the current user’s manager, if any, and then displays information about each of the manager’s direct reports.

See also