Share via


ExchangeDistributionList.GetOwners Method

Outlook Developer Reference

Returns an AddressEntries collection object that contains all the owners of the ExchangeDistributionList.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.GetOwners

expression   A variable that represents an ExchangeDistributionList object.

Return Value
An AddressEntries collection object that contains AddressEntry objects representing all the owners of the ExchangeDistributionList. Returns an AddressEntries object with a count of zero (0) if no owners can be found for the ExchangeDistributionList in the current session.

Remarks

GetOwners is an expensive operation in terms of performance if there is a slow connection to Exchange Server.

See Also