 | SmtpSupportedAuthenticationMethods Method |
Lists authentication methods supported by the remote server.
Namespace: Limilabs.Client.SMTPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic List<SmtpAuthenticationMethod> SupportedAuthenticationMethods()
Public Function SupportedAuthenticationMethods As List(Of SmtpAuthenticationMethod)
public:
List<SmtpAuthenticationMethod^>^ SupportedAuthenticationMethods()
member SupportedAuthenticationMethods : unit -> List<SmtpAuthenticationMethod>
Return Value
ListSmtpAuthenticationMethodAuthentication methods supported by remote server.
See Also