public final class ImAddressEntry extends DictionaryEntryProperty<ImAddressKey>
| Modifier | Constructor and Description |
|---|---|
protected |
ImAddressEntry()
Initializes a new instance of the "ImAddressEntry" class.
|
protected |
ImAddressEntry(ImAddressKey key,
String imAddress)
Initializes a new instance of the ="ImAddressEntry" class.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getImAddress()
Gets the Instant Messaging address of the entry.
|
void |
readTextValueFromXml(EwsServiceXmlReader reader)
Reads the text value from XML.
|
void |
setImAddress(Object value)
Sets the Instant Messaging address of the entry.
|
void |
writeElementsToXml(EwsServiceXmlWriter writer)
Writes elements to XML.
|
getKey, readAttributesFromXml, setKey, writeAttributesToXml, writeDeleteUpdateToXml, writeSetUpdateToXmladdOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, internalValidate, loadFromXml, loadFromXml, removeChangeEvent, setNamespace, tryReadElementFromXml, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeToXml, writeToXmlprotected ImAddressEntry()
protected ImAddressEntry(ImAddressKey key, String imAddress)
key - The key.imAddress - The im address.public String getImAddress()
public void setImAddress(Object value)
value - the new im addresspublic void readTextValueFromXml(EwsServiceXmlReader reader) throws XMLStreamException, ServiceXmlDeserializationException
readTextValueFromXml in class ComplexPropertyreader - accepts EwsServiceXmlReaderXMLStreamException - the XML stream exceptionServiceXmlDeserializationException - the service xml deserialization exceptionpublic void writeElementsToXml(EwsServiceXmlWriter writer) throws ServiceXmlSerializationException
writeElementsToXml in class ComplexPropertywriter - The writer.ServiceXmlSerializationException - the service xml serialization exceptionCopyright © 2012–2015 Microsoft. All rights reserved.