MapiPropertyCollection

MapiPropertyCollection class

Represents the collection of MapiProperty items.

The MapiPropertyCollection type exposes the following members:

Constructors

NameDescription
MapiPropertyCollection()Creates a new instance of class MapiProperty.

Properties

NameDescription
keysGets a System.Collections.Generic.ICollection containing the keys in the collection.
valuesGets an System.Collections.Generic.ICollection containing the values in the collection.
countGets the number of elements contained in the collection.
is_read_onlyGets a value indicating whether the collection is read only.

Indexer

NameDescription
[index]Gets or sets the value associated with the specified key.

Methods

NameDescription
get_property(tag)
get_property(pd)
add(key, value)
add(value)
remove(key)
remove(pd)
generate_named_property_tag(data_type)
generate_named_property_tag(data_type)
generate_named_property_tag(data_type)
get_tag_from_named_property(l_id)
get_tag_from_named_property(name)
contains_key(key)
try_get_value(key, value)
clear()

See Also