Example Applies To
Tells the POP3 server to perform a No Operation which means that all it does is reply that it is still online and ready.
Return TRUE if successful, otherwise false.
Syntax
Visual Basic
[Boolean =] object.SendNOOP()
Visual C++
BOOL object.SendNOOP()
| Part | Description |
| object | An instance of POP3 Wizard SSL v3 |
Remarks
This is a good way to reset the Time Out timer on the mail server.
If SendNOOP was not successful, then check LastErrorNumber and LastErrorDescription for more details.