aspNetEmail

EmailMessage.Noop Method 

Issues a NOOP (No Operation) SMTP command against the server.

public bool Noop();

Return Value

True if the command succeeds.

Remarks

This command does not affect any parameters or previously entered commands. It specifies no action other than that the receiver send an OK reply. This command has no effect on any of the reverse-path buffer, the forward-path buffer, or the mail data buffer. If the command succeeds, true is returned. If the command fails, false is returned.

See Also

EmailMessage Class | aspNetEmail Namespace