tfPop3GetTotalMsgSize
Table of Contents >> Optional Protocols >> POP3
| #include <trsocket.h> |
| int tfPop3GetTotalMsgSize | (ttPop3ClientHandle pop3Handle); |
Function Description
This function is used to get the total message size in the mail box (in bytes). The user does not need to call tfPop3UserExecute() to finish this call. When the connection is initialized, this information is retrieved and stored.
Parameters
- pop3Handle
- The POP3 session handle.
Returns
- -1
- Failure.
- (Other)
- The number of bytes for all of the messages currently in the mailbox.