public final class AlternateMailbox extends Object
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
Gets the alternate mailbox display name.
|
String |
getLegacyDN()
Gets the alternate mailbox legacy DN.
|
String |
getServer()
Gets the alernate mailbox server.
|
String |
getType()
Gets the alternate mailbox type.
|
static AlternateMailbox |
loadFromXml(EwsXmlReader reader)
PLoads AlternateMailbox instance from XML.
|
protected void |
setDisplayName(String displayName)
Sets the display name.
|
protected void |
setLegacyDN(String legacyDN)
Sets the legacy dn.
|
protected void |
setServer(String server)
Sets the server.
|
protected void |
setType(String type)
Sets the type.
|
public static AlternateMailbox loadFromXml(EwsXmlReader reader) throws Exception
reader
- the readerException
- the exceptionpublic String getDisplayName()
protected void setDisplayName(String displayName)
displayName
- the new display namepublic String getLegacyDN()
protected void setLegacyDN(String legacyDN)
legacyDN
- the new legacy dnCopyright © 2012–2015 Microsoft. All rights reserved.