DotNetOpenMail 0.5.7 (beta)

ISmtpProxy.Open Method 

Open the connection

[Visual Basic]
Function Open() As SmtpResponse
[C#]
SmtpResponse Open();
[C++]
SmtpResponse* Open();
[JScript]
function Open(): SmtpResponse;

Return Value

The SMTP response

See Also

ISmtpProxy Interface | DotNetOpenMail Namespace