_ExchangeDistributionList.GetOwners 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.
Returns an AddressEntries collection object that contains all the owners of the ExchangeDistributionList.
public:
Microsoft::Office::Interop::Outlook::AddressEntries ^ GetOwners();
public Microsoft.Office.Interop.Outlook.AddressEntries GetOwners ();
Public Function GetOwners () As AddressEntries
Returns
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.