Pop3Client.NoOperation Method

OpenPop.NET

OpenPop.NET POP3 Library Documentation

Pop3Client.NoOperation Method

Keep server active by sending a NOOP command.
This might keep the server from closing the connection due to inactivity.

RFC:
The POP3 server does nothing, it merely replies with a positive response.

public void NoOperation();

Exceptions

Exception Type Condition
PopServerException If the server did not accept the NOOP command

See Also

Pop3Client Class | OpenPop.Pop3 Namespace