DotNetOpenMail 0.5.7 (beta)

SmtpProxy.Open Method 

Connect to the server and return the initial welcome string. Throw a MailException if we can't connect.

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

Return Value

Implements

ISmtpProxy.Open

See Also

SmtpProxy Class | DotNetOpenMail Namespace