POP3_Reset

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

version 6.5


POP3_Reset (pop3_ID) Integer

ParameterTypeDescription
pop3_IDLongintReference to a POP3 login
Function resultIntegerError Code

Description

The command POP3_Reset resets the high message count and undeletes any messages marked as deleted during the current session.

Note: The POP3_Delete command only sets a flag for messages to be deleted. Messages on a POP3 server are only deleted at the time of a successful logout (POP3_Logout).

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

See Also

POP3_Delete, POP3_Login.


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