POP3_BoxInfo

4D - Documentation   Français   English   German   Japanese   4D Internet Commands, Theme List   4D Internet Commands, Alphabetical List   Back   Previous   Next

version 6.5


POP3_BoxInfo (pop3_ID; msgCount; msgSize) Integer

ParameterTypeDescription
pop3_IDLongintReference to a POP3 login
msgCountLongintNumber of messages
msgSizeLongintSize of all messages
Function resultIntegerError Code

Description

The POP3_BoxInfo command returns information about number and size of messages currently in the mailbox of the open session referenced by pop3_ID.

pop3_ID is a long integer reference to an open session created with POP3_Login.

msgCount is a long integer value returned containing the number of messages in the mailbox.

msgSize is a long integer value returned containing the total size of all messages in the mailbox.

See Also

POP3_Login.


4D - Documentation   Français   English   German   Japanese   4D Internet Commands, Theme List   4D Internet Commands, Alphabetical List   Back   Previous   Next