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