version 6.5
POP3_Reset (pop3_ID) Integer
Parameter | Type | Description | |
pop3_ID | Longint | Reference to a POP3 login | |
Function result | Integer | Error Code |
Description
The POP3_Reset command 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