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