Example Applies To
If the server supports the TOP command, then POP3 Wizard SSL v3 will fill all the messages with the header information.
Returns TRUE if successful, otherwise false.
Syntax
Visual Basic
[Boolean =] object.RetrieveAllMessageHeaders()
Visual C++
BOOL object.RetrieveAllMessageHeaders()
| Part | Description |
| object | An instance of POP3 Wizard SSL v3 |
Remarks
Some servers do not support the TOP command, which means that POP3 Wizard SSL v3 can not retrieve just the header information. If so, then you will need to retrieve the entire messages.
If RetrieveAllMessageHeaders was not successful, then check LastErrorNumber and LastErrorDescription for more details.