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