<< Fare clic per visualizzazione il sommario >> Percorso: API di piattaforma > Altri servizi > Mail > Configurazione e metodi POP3 > POP3_GetMessageList |
Service
Method
POP3_GetMessageList
Description
Gets the list of messages in the mailbox.
Input |
|||
Name |
Description |
Type |
Optional |
fields |
Fields to return for each message. |
Integer |
|
Output |
|||
Name |
Description |
Type |
Optional |
returnValue |
A List containing a Dataset for each message, containing the fields specified with the “field” parameter (POP3 Message Info structure) |
List of Dataset |
|
Remarks
The possible values for the “fields” parameter can be:
0: returns the “UniqueId” field
1: returns the “UniqueId” and “Length” fields
2: returns all the fields in the “POP3 MessageInfo structure” (Might take a VERY long time!)
Uses either POP3 LIST command, UIDL command, or a combination of both.