com.aspose.network.outlook
Class MapiPropertyCollection
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<Short,MapiProperty>
com.aspose.network.outlook.MapiPropertyCollection
- All Implemented Interfaces:
- Serializable, Cloneable, Map<Short,MapiProperty>
public class MapiPropertyCollection
- extends LinkedHashMap<Short,MapiProperty>
Represents the collection of MapiProperty items.
Methods inherited from interface java.util.Map |
containsKey, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
MapiPropertyCollection
public MapiPropertyCollection()
- Creates a new empty instance of the MapiPropertyCollection class.
MapiPropertyCollection
public MapiPropertyCollection(Map<? extends Short,? extends MapiProperty> m)
- Creates a new instance of the MapiPropertyCollection class.
- Parameters:
m
- map of MapiProperty
getByPropertyName
public MapiProperty getByPropertyName(MapiPropertyName propertyName)
- Returns property by its name.
- Parameters:
propertyName
- name of the property
- Returns:
- MapiProperty or null if no such property found.
Copyright © 2011 Aspose. All Rights Reserved.