AlternateMailboxCollection.Entries Property
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.
Gets the collection of alternate mailboxes.
public:
property System::Collections::Generic::List<Microsoft::Exchange::WebServices::Autodiscover::AlternateMailbox ^> ^ Entries { System::Collections::Generic::List<Microsoft::Exchange::WebServices::Autodiscover::AlternateMailbox ^> ^ get(); };
public System.Collections.Generic.List<Microsoft.Exchange.WebServices.Autodiscover.AlternateMailbox> Entries { get; }
Public ReadOnly Property Entries As List(Of AlternateMailbox)
Property Value
A collection that contains a list of alternate mailboxes.
Remarks
This collection represents all of the alternate mailboxes associated with the user.