public class ByteArrayArray extends ComplexProperty
| Constructor and Description |
|---|
ByteArrayArray() |
| Modifier and Type | Method and Description |
|---|---|
byte[][] |
getContent()
Gets the content of the array of byte arrays
|
boolean |
tryReadElementFromXml(EwsServiceXmlReader reader)
Tries to read element from XML.
|
void |
writeElementsToXml(EwsServiceXmlWriter writer)
The Writer
|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeAttributesToXml, writeToXml, writeToXmlpublic ByteArrayArray()
public byte[][] getContent()
public boolean tryReadElementFromXml(EwsServiceXmlReader reader) throws Exception
tryReadElementFromXml in class ComplexPropertyreader - The reader.Exception - the exceptionpublic void writeElementsToXml(EwsServiceXmlWriter writer) throws Exception
writeElementsToXml in class ComplexPropertywriter - The writer.Exception - the exceptionCopyright © 2012–2015 Microsoft. All rights reserved.