MapiPropertyCollection.Remove

Remove(long)

Removes the property with the specified tag from the collection.

public bool Remove(long key)
ParameterTypeDescription
keyInt64The tag of the property to remove.

Return Value

true if the property is successfully removed; otherwise, false.

See Also


Remove(PropertyDescriptor)

Removes the property with the specified property descriptor from the collection.

public bool Remove(PropertyDescriptor pd)
ParameterTypeDescription
pdPropertyDescriptorProperty descriptor of the property to remove.

Return Value

true if the property is successfully removed; otherwise, false.

See Also


Remove(KeyValuePair<long, MapiProperty>)

public bool Remove(KeyValuePair<long, MapiProperty> item)

See Also