MailBee.NET Objects 7.1

Pop3.Noop2 Method 

Sends a command to the POP3 server to keep the connection alive.

public bool Noop2();

Return Value

true if the method succeeds; otherwise, false.

Remarks

The developer can use this method to keep the POP3 server from timing out the connection when there is no real activity. This method actually sends STAT command to the server. This seems to be more reliable solution than the standard NOOP command which is ignored by some POP3 servers.

Exceptions

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

See Also

Pop3 Class | MailBee.Pop3Mail Namespace | Noop