public final class AlternateMailboxCollection extends Object
| Constructor and Description |
|---|
AlternateMailboxCollection()
Initializes a new instance of the class
|
| Modifier and Type | Method and Description |
|---|---|
List<AlternateMailbox> |
getEntries()
Gets the collection of alternate mailboxes.
|
static AlternateMailboxCollection |
loadFromXml(EwsXmlReader reader)
Loads instance of AlternateMailboxCollection from XML.
|
public AlternateMailboxCollection()
public static AlternateMailboxCollection loadFromXml(EwsXmlReader reader) throws Exception
reader - the readerException - the exceptionpublic List<AlternateMailbox> getEntries()
Copyright © 2012–2015 Microsoft. All rights reserved.