Pop3Noop Method
Sends a NOOP command to the server.

Namespace: MailBee.Pop3Mail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public bool Noop()

Return Value

Type: Boolean
true if the method succeeds; otherwise, false.
Exceptions
ExceptionCondition
MailBeeExceptionAn error occurred and ThrowExceptions is true.
Remarks
This method is useful for keeping the connection alive when there is no real activity. However, some POP3 servers may ignore this command and still close the connection. If this is the case, you may use Noop2 method instead.
See Also