pop3_logoff

Example: pop3_logoffPost Office Protocol Vuser Functions (POP3)

Logs off from the POP3 server.

long pop3_logoff();

The pop3_logoff function logs off from the POP3 server.

This function is for use with global sessions. For multiple sessions, use the pop3_logoff_ex function, which allows you to specify a session identifier.

Return Values

If this function succeeds, it returns LR_PASS. Otherwise, it returns LR_FAIL.

Parameterization

You cannot use standard parameterization for any arguments in this function.