public final class InternetMessageHeaderCollection extends ComplexPropertyCollection<InternetMessageHeader>
| Constructor and Description |
|---|
InternetMessageHeaderCollection()
Initializes a new instance of the "InternetMessageHeaderCollection"
class.
|
| Modifier and Type | Method and Description |
|---|---|
protected InternetMessageHeader |
createComplexProperty(String xmlElementName)
Creates the complex property.
|
InternetMessageHeader |
find(String name)
Find a specific header in the collection.
|
protected String |
getCollectionItemXmlElementName(InternetMessageHeader complexProperty)
Gets the name of the collection item XML element.
|
clearChangeLog, complexPropertyChanged, contains, getAddedItems, getCount, getItems, getModifiedItems, getPropertyAtIndex, getRemovedItems, indexOf, internalAdd, internalClear, internalRemove, internalRemoveAt, itemChanged, iterator, loadFromXml, loadFromXml, removeFromChangeLog, shouldWriteToXml, updateFromXml, writeDeleteUpdateToXml, writeElementsToXml, writeSetUpdateToXml, writeToXmladdOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, func, getNamespace, internalValidate, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXml, tryReadElementFromXmlToPatch, updateFromXml, validate, writeAttributesToXml, writeToXmlclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic InternetMessageHeaderCollection()
protected InternetMessageHeader createComplexProperty(String xmlElementName)
createComplexProperty in class ComplexPropertyCollection<InternetMessageHeader>xmlElementName - Name of the XML element.protected String getCollectionItemXmlElementName(InternetMessageHeader complexProperty)
getCollectionItemXmlElementName in class ComplexPropertyCollection<InternetMessageHeader>complexProperty - The complex property.public InternetMessageHeader find(String name)
name - The name of the header to locate.Copyright © 2012–2015 Microsoft. All rights reserved.