smtp_logout_ex

Example: smtp_logout_exSimple Mail Transfer Vuser Functions (SMTP)

Logs off from the SMTP server for a specific session.

int smtp_logout_ex( SMTP *ppsmtp );
ppsmtpA session identifier.

The smtp_logout_ex function logs off from the SMTP server for a specific session.

This function is for use with multiple sessions. For global sessions, use the smtp_logout function, which leaves out the session identifier.

Return Values

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

Parameterization

Standard parameterization is not available for this function.