Hunny Software Library Reference

SmtpClient.Noop Method 

Sends the NOOP command.

[Visual Basic]
Public Sub Noop()
[C#]
public void Noop();

Remarks

The server takes no action in response to a NOOP command except to send a positive response. (NOOP means "no operation".) An SMTP client may send the NOOP command to reset a connection timeout timer at the server.

The server always responds with a 250 reply to the NOOP command.

Exceptions

Exception TypeCondition
ExceptionIf a network or protocol error occurs.

See Also

SmtpClient Class | Hunny.Mail Namespace | NOOP command in the SMTP specification