DotNetOpenMail 0.5.7 (beta)

SmtpProxy.Quit Method 

Send the QUIT command Throw a MailException if we can't connect.

[Visual Basic]
Public Function Quit() _
    Implements ISmtpProxy.Quit As SmtpResponse
[C#]
public SmtpResponse Quit();
[C++]
public: SmtpResponse* Quit();
[JScript]
public function Quit(): SmtpResponse;

Return Value

the SMTP response

Implements

ISmtpProxy.Quit

See Also

SmtpProxy Class | DotNetOpenMail Namespace