Sends a command to the POP3 server to keep the connection alive.
Namespace: MailBee.Pop3MailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax Public Function Noop2 As Boolean
Return Value
Type:
Booleantrue if the method succeeds; otherwise,
false.
Exceptions 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.
See Also