Pop3.GetMessageInfo Method
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9313)
GetMessageInfo(Int32, Pop3ListFields)
Gets information about a message with the specified sequence number.
Declaration
public Pop3MessageInfo GetMessageInfo(int sequenceNumber, Pop3ListFields fields)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | sequenceNumber | Message sequence number. |
| Pop3ListFields | fields | Specifies the scope of information to determine about each message. |
Returns
| Type | Description |
|---|---|
| Pop3MessageInfo | A message info. |