| IMailServiceAuthenticationMechanisms Property |
Get the authentication mechanisms supported by the message service.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax HashSet<string> AuthenticationMechanisms { get; }
Property Value
HashSetStringThe supported authentication mechanisms.
Remarks
The authentication mechanisms are queried durring the
Connect method.
See Also