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