MapiPropertyCollection.Remove
Contents
[
Hide
]Remove(long)
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
Remove(PropertyDescriptor)
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
Remove(KeyValuePair<long, MapiProperty>)
public bool Remove(KeyValuePair<long, MapiProperty> item)
See Also
- class MapiProperty
- class MapiPropertyCollection
- namespace Aspose.Email.Mapi
- assembly Aspose.Email