MsgPropertyCollection.Remove Method
Namespace: Rebex.Mail
Assembly: Rebex.Msg.dll (version 7.0.9083)
Remove(MsgProperty)
Removes specified property from the collection.
Declaration
public bool Remove(MsgProperty property)
Parameters
Type | Name | Description |
---|---|---|
MsgProperty | property | Property to remove. |
Returns
Type | Description |
---|---|
Boolean | A value indicating whether the property was found within the collection and removed. |