ImapMessageCollection.Find Method
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9448)
Find(String)
Returns the ImapMessageInfo of the specified unique id.
Declaration
public ImapMessageInfo Find(string uniqueId)
Parameters
| Type | Name | Description |
|---|---|---|
| String | uniqueId | The unique ID of the ImapMessageInfo to get. |
Returns
| Type | Description |
|---|---|
| ImapMessageInfo | ImapMessageInfo of the specified name. |
Find(Int32)
Returns the ImapMessageInfo of the specified id.
Declaration
public ImapMessageInfo Find(int sequenceNumber)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | sequenceNumber | The ID of the ImapMessageInfo to get. |
Returns
| Type | Description |
|---|---|
| ImapMessageInfo | ImapMessageInfo of the specified name. |