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