pop3_logoff_ex
Example: pop3_logoff_ex | Post Office Protocol Vuser Functions (POP3) |
Logs off from the POP3 server for a specific session.
long pop3_logoff_ex( POP3 *pppop3 );
pppop3 | A session identifier. |
The pop3_logoff_ex function logs off from the POP3 server for a specific session.
This function is for use with multiple sessions. For global sessions, use the pop3_logoff function, which leaves out the 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.