Remove
Contents
[
Hide
]
MapiPropertyCollection.Remove method (1 of 3)
Removes the property with the specified tag from the collection.
public bool Remove(long key)
Parameter | Type | Description |
---|---|---|
key | Int64 | The tag of the property to remove. |
Return Value
true if the property is successfully removed; otherwise, false.
See Also
- class MapiPropertyCollection
- namespace Aspose.Email.Mapi
- assembly Aspose.Email
MapiPropertyCollection.Remove method (2 of 3)
Removes the property with the specified property descriptor from the collection.
public bool Remove(PropertyDescriptor pd)
Parameter | Type | Description |
---|---|---|
pd | PropertyDescriptor | Property descriptor of the property to remove. |
Return Value
true if the property is successfully removed; otherwise, false.
See Also
- class PropertyDescriptor
- class MapiPropertyCollection
- namespace Aspose.Email.Mapi
- assembly Aspose.Email
MapiPropertyCollection.Remove method (3 of 3)
public bool Remove(KeyValuePair<long, MapiProperty> item)
See Also
- class MapiProperty
- class MapiPropertyCollection
- namespace Aspose.Email.Mapi
- assembly Aspose.Email