ExchangeUser.GetDirectReports Method

Outlook Developer Reference

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

Version Information
 Version Added:  Outlook 2007

Syntax

expression.GetDirectReports

expression   A variable that represents an ExchangeUser object.

Return Value
An AddressEntries collection object that contains the users directly reporting to the Exchange user. The AddressEntries object will have a count of zero (0) if there is no direct report represented by an AddressEntry in the current session, or if direct reports have not been implemented in the Exchange directory.

Remarks

GetDirectReports is an expensive operation in terms of performance if there is a slow connection to the Exchange server.

See Also