ImapMessageCollection.ICollection<ImapMessageInfo>.Remove Method
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9313)
ICollection<ImapMessageInfo>.Remove(ImapMessageInfo)
Removes the specified ImapMessageInfo from the ImapMessageCollection.
Declaration
bool ICollection<ImapMessageInfo>.Remove(ImapMessageInfo item)
Parameters
| Type | Name | Description | 
|---|---|---|
| ImapMessageInfo | item | The ImapMessageInfo to remove from the ImapMessageCollection.  | 
    
Returns
| Type | Description | 
|---|---|
| Boolean | True if removed, false if not found.  |