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