ImapMessageCollection.IndexOf Method
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9147)
IndexOf(ImapMessageInfo)
Returns a zero-based index of the specified item within the Imap
Declaration
public int IndexOf(ImapMessageInfo item)
Parameters
Type | Name | Description |
---|---|---|
Imap |
item | The Imap |
Returns
Type | Description |
---|---|
Int32 | Zero-based index of the specified item within the collection, or -1. |