Pop3.GetMessageList Method
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9313)
GetMessageList(Pop3ListFields)
Retrieves a list of messages in the mailbox.
Declaration
public Pop3MessageCollection GetMessageList(Pop3ListFields fields)
Parameters
| Type | Name | Description |
|---|---|---|
| Pop3ListFields | fields | Specifies the scope of information to determine about each message. |
Returns
| Type | Description |
|---|---|
| Pop3MessageCollection | The list of messages. |
Remarks
Uses either POP3 LIST command, UIDL command, or a combination of both.
GetMessageList()
Retrieves a list of messages in the mailbox with unique IDs and lengths.
Declaration
public Pop3MessageCollection GetMessageList()
Returns
| Type | Description |
|---|---|
| Pop3MessageCollection | The list of messages. |
Remarks
Uses a combination of POP3 LIST and UIDL commands.