smtp_free_ex

Example: smtp_free_exSimple Mail Transfer Vuser Functions (SMTP)

Frees the SMTP server for a specific session.

void smtp_free_ex( SMTP *ppsmtp );
ppsmtpA session identifier.

The smtp_free_ex function frees the SMTP server and cancels all pending commands.

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

Return Values

This function does not return any value.

Parameterization

Standard parameterization is not available for this function.