_ExchangeDistributionList.GetOwners Method

Definition

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.

Applies to