AlternateMailboxCollection.Entries Property

Definition

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.

Applies to