ImapMessageCollection.Contains Method
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
Contains(ImapMessageInfo)
Determines whether the specified item is present in the ImapMessageCollection.
Declaration
public bool Contains(ImapMessageInfo item)
Parameters
Type | Name | Description |
---|---|---|
ImapMessageInfo | item | The ImapMessageInfo to locate. |
Returns
Type | Description |
---|---|
Boolean | True if present, false otherwise. |