DotNetOpenMail 0.5.7 (beta)

EhloSmtpResponse.AddAvailableAuthType Method 

Add an Auth type (by string as contained in the EHLO authentication. These are converted to lower case.

[Visual Basic]
Public Sub AddAvailableAuthType( _ 
   ByVal authType As String _ 
)
[C#]
public void AddAvailableAuthType(
   string authType
);
[C++]
public: void AddAvailableAuthType(
   String* authType
);
[JScript]
public function AddAvailableAuthType(
   String authType
);

Parameters

authType
The auth type from EHLO

See Also

EhloSmtpResponse Class | DotNetOpenMail Namespace