DotNetOpenMail 0.5.7 (beta)

EhloSmtpResponse.GetAvailableAuthTypes Method 

Get the available Auth Types strings as reported by the server. (e.g. "login", etc.)

[Visual Basic]
Public Function GetAvailableAuthTypes() As String()
[C#]
public string[] GetAvailableAuthTypes();
[C++]
public: String* GetAvailableAuthTypes()  __gc[];
[JScript]
public function GetAvailableAuthTypes(): String[];

Return Value

See Also

EhloSmtpResponse Class | DotNetOpenMail Namespace