Remove

Remove (1 of 3)

Removes the property with the specified tag from the collection.

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

Remove(const int64_t & key)
ParameterDescription
keyThe tag of the property to remove.

Remove (2 of 3)

Returns: bool Aspose::Email::Mapi::

Remove(const System::Collections::Generic::KeyValuePair< int64_t, System::SharedPtr < MapiProperty >> & item)
ParameterDescription
item

Remove (3 of 3)

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

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

Remove(const System::SharedPtr < PropertyDescriptor > & pd)
ParameterDescription
pdProperty descriptor of the property to remove.