Click or drag to resize
MimeKit

IMailServiceAuthenticationMechanisms Property

Get the authentication mechanisms supported by the message service.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
HashSet<string> AuthenticationMechanisms { get; }

Property Value

HashSetString
The supported authentication mechanisms.
Remarks
The authentication mechanisms are queried durring the Connect method.
See Also