Hunny Software Library Reference

Pop3Client.Noop Method 

Sends the NOOP command.

[Visual Basic]
Public Sub Noop()
[C#]
public void Noop();

Remarks

The server takes no action in response to a NOOP command except to send a positive response. (NOOP means "no operation".) A POP3 client may send the NOOP command to reset a connection timeout timer at the server.

The server always responds with an OK reply code to the NOOP command.

Exceptions

Exception TypeCondition
ExceptionIf a network or protocol error occurs.

See Also

Pop3Client Class | Hunny.Mail Namespace | POP3 NOOP command