DotNetOpenMail 0.5.7 (beta)

ISmtpProxy.SendString Method 

Send any old string to the proxy

[Visual Basic]
Function SendString( _ 
   ByVal str As String _ 
) As SmtpResponse
[C#]
SmtpResponse SendString(
   string str
);
[C++]
SmtpResponse* SendString(
   String* str
);
[JScript]
function SendString(
   String str
): SmtpResponse;

Return Value

the SMTP response

See Also

ISmtpProxy Interface | DotNetOpenMail Namespace