Determines whether the specified item is present in the ImapMessageCollection.
Namespace:
Rebex.Net
Assembly:
Rebex.Imap (in Rebex.Imap.dll)
Syntax
| Visual Basic |
|---|
Public Function Contains ( _ item As ImapMessageInfo _ ) As Boolean |
| C# |
|---|
public bool Contains( ImapMessageInfo item ) |
Parameters
- item
- Type: Rebex.Net..::..ImapMessageInfo
The ImapMessageInfo to locate.