MapiPropertyCollection.Add

Add(long, MapiProperty)

Adds a MapiProperty item with specified tag.

public virtual void Add(long key, MapiProperty value)
ParameterTypeDescription
keyInt64The property tag.
valueMapiPropertyThe property value.

See Also


Add(MapiProperty)

Adds a MapiProperty item with specified tag.

public virtual void Add(MapiProperty value)
ParameterTypeDescription
valueMapiPropertyThe property value.

See Also


Add(KeyValuePair<long, MapiProperty>)

public void Add(KeyValuePair<long, MapiProperty> item)

See Also