MailBee.NET Objects 4.0

Smtp.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.

Exceptions

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

See Also

Smtp Class | MailBee.SmtpMail Namespace