Class AlternateMailboxCollection
- Namespace
- Microsoft.Exchange.WebServices.Autodiscover
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents a user setting that is a collection of alternate mailboxes.
public sealed class AlternateMailboxCollection- Inheritance
- 
      
      AlternateMailboxCollection
- Inherited Members
Properties
Entries
Gets the collection of alternate mailboxes.
public List<AlternateMailbox> Entries { get; }