MailBee.NET Objects 4.0

Pop3.Noop Method 

Sends a NOOP command to the server.

public bool Noop();

Return Value

true if the method succeeds; otherwise, false.

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.

Exceptions

Exception Type Condition
MailBeeException An error occurred and ThrowExceptions is true.

See Also

Pop3 Class | MailBee.Pop3Mail Namespace