DotNetOpenMail 0.5.7 (beta)

SmtpProxy.Data Method 

Send the DATA string (without the data) Throw a MailException if we can't connect.

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

Return Value

the SMTP response

Implements

ISmtpProxy.Data

See Also

SmtpProxy Class | DotNetOpenMail Namespace