tfPop3FreeSession

Jump to: navigation, search

Table of Contents >> Optional Protocols >> POP3


#include <trsocket.h>


void tfPop3FreeSession (ttPop3ClientHandle pop3Handle);


Function Description

This function frees the 'pop3Handle' buffer. If the user did not call tfPop3UserDisconnect() before making this call, we will call it internally.


Parameters

  • pop3Handle
    The POP3 session handle.


Table of Contents >> Optional Protocols >> POP3