Class AlternateMailboxCollection
- java.lang.Object
-
- microsoft.exchange.webservices.data.autodiscover.AlternateMailboxCollection
-
public final class AlternateMailboxCollection extends Object
Represents a user setting that is a collection of alternate mailboxes.
-
-
Constructor Summary
Constructors Constructor Description AlternateMailboxCollection()Initializes a new instance of the class
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AlternateMailbox>getEntries()Gets the collection of alternate mailboxes.static AlternateMailboxCollectionloadFromXml(EwsXmlReader reader)Loads instance of AlternateMailboxCollection from XML.
-
-
-
Constructor Detail
-
AlternateMailboxCollection
public AlternateMailboxCollection()
Initializes a new instance of the class
-
-
Method Detail
-
loadFromXml
public static AlternateMailboxCollection loadFromXml(EwsXmlReader reader) throws Exception
Loads instance of AlternateMailboxCollection from XML.- Parameters:
reader- the reader- Returns:
- AlternateMailboxCollection
- Throws:
Exception- the exception
-
getEntries
public List<AlternateMailbox> getEntries()
Gets the collection of alternate mailboxes.- Returns:
- alternate mailboxes
-
-