Removes the specified ImapMessageInfo from the ImapMessageCollection.
Namespace:
Rebex.Net
Assembly:
Rebex.Imap (in Rebex.Imap.dll)
Syntax
| Visual Basic |
|---|
Public Sub Remove ( _ item As ImapMessageInfo _ ) |
| C# |
|---|
public void Remove( ImapMessageInfo item ) |
Parameters
- item
- Type: Rebex.Net..::..ImapMessageInfo
The ImapMessageInfo to remove from the ImapMessageCollection.