DotNetOpenMail 0.5.7 (beta)

SmtpProxy.WriteData Method 

Send the message content string Throw a MailException if we can't connect.

[Visual Basic]
Public Function WriteData( _ 
   ByVal message As String _ 
) _
    Implements ISmtpProxy.WriteData As SmtpResponse
[C#]
public SmtpResponse WriteData(
   string message
);
[C++]
public: SmtpResponse* WriteData(
   String* message
);
[JScript]
public function WriteData(
   String message
): SmtpResponse;

Return Value

the SMTP response

Implements

ISmtpProxy.WriteData

See Also

SmtpProxy Class | DotNetOpenMail Namespace