DotNetOpenMail 0.5.7 (beta)

ISmtpProxy.Auth Method 

Send the AUTH command

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

Return Value

the SMTP response

See Also

ISmtpProxy Interface | DotNetOpenMail Namespace