public final class EmailAddressEntry extends DictionaryEntryProperty<EmailAddressKey> implements IComplexPropertyChangedDelegate
Modifier | Constructor and Description |
---|---|
protected |
EmailAddressEntry()
Initializes a new instance of the
|
protected |
EmailAddressEntry(EmailAddressKey key,
EmailAddress emailAddress)
Initializes a new instance of the "EmailAddressEntry" class.
|
Modifier and Type | Method and Description |
---|---|
void |
complexPropertyChanged(ComplexProperty complexProperty)
Complex property changed.
|
EmailAddress |
getEmailAddress()
Gets the e-mail address of the entry.
|
void |
readAttributesFromXml(EwsServiceXmlReader reader)
Reads the attribute from XML.
|
void |
readTextValueFromXml(EwsServiceXmlReader reader)
Reads the text value from XML.
|
void |
setEmailAddress(Object value)
Sets the e-mail address of the entry.
|
void |
writeAttributesToXml(EwsServiceXmlWriter writer)
Writes the attribute to XML.
|
void |
writeElementsToXml(EwsServiceXmlWriter writer)
Writes elements to XML.
|
getKey, setKey, writeDeleteUpdateToXml, writeSetUpdateToXml
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, internalValidate, loadFromXml, loadFromXml, removeChangeEvent, setNamespace, tryReadElementFromXml, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeToXml, writeToXml
protected EmailAddressEntry()
protected EmailAddressEntry(EmailAddressKey key, EmailAddress emailAddress)
key
- The key.emailAddress
- The email address.public void readAttributesFromXml(EwsServiceXmlReader reader) throws Exception
readAttributesFromXml
in class DictionaryEntryProperty<EmailAddressKey>
reader
- accepts EwsServiceXmlReaderException
- throws Exceptionpublic void readTextValueFromXml(EwsServiceXmlReader reader) throws Exception
readTextValueFromXml
in class ComplexProperty
reader
- accepts EwsServiceXmlReaderException
- the exceptionpublic void writeAttributesToXml(EwsServiceXmlWriter writer) throws ServiceXmlSerializationException
writeAttributesToXml
in class DictionaryEntryProperty<EmailAddressKey>
writer
- accepts EwsServiceXmlWriterServiceXmlSerializationException
- throws ServiceXmlSerializationExceptionpublic void writeElementsToXml(EwsServiceXmlWriter writer) throws ServiceXmlSerializationException
writeElementsToXml
in class ComplexProperty
writer
- accepts EwsServiceXmlWriterServiceXmlSerializationException
- throws ServiceXmlSerializationExceptionpublic EmailAddress getEmailAddress()
public void setEmailAddress(Object value)
value
- the new email addresspublic void complexPropertyChanged(ComplexProperty complexProperty)
IComplexPropertyChangedDelegate
complexPropertyChanged
in interface IComplexPropertyChangedDelegate
complexProperty
- the complex propertyCopyright © 2012–2015 Microsoft. All rights reserved.