MapiPropertyCollection.Item

MapiPropertyCollection indexer (1 of 2)

Gets or sets the value associated with the specified key.

public MapiProperty this[long tag] { get; set; }
ParameterDescription
tagThe tag key whose value to get or set.

Return Value

The value associated with the specified key.

See Also


MapiPropertyCollection indexer (2 of 2)

Gets or sets the value associated with the specified key.

public MapiProperty this[PropertyDescriptor pd] { get; set; }
ParameterDescription
pdThe PropertyDescriptor key whose value to get or set.

Return Value

The value associated with the specified key.

See Also