Function Prototypes:ttPop3CBGetUidFunc
Table of Contents >> Optional Protocols >> POP3 >> tfPop3UserGetMessageUid()
| #include <trsocket.h> |
| int ttPop3CBGetUidFuncPtr | ( |
| int msgNumber, | |
| char * uidPtr | |
| ); |
Function Description
This is the definition for the function that is registered with tfPop3UserGetMessageUid().
Parameters
- msgNumber
- This is set to the message number from which to retrieve the UID.
- uidPtr
- On return this contains the UID.
Returns
- (int)
- Currently ignored.
Table of Contents >> Optional Protocols >> POP3 >> tfPop3UserGetMessageUid()