Click or drag to resize
MimeKit

MailServiceAuthenticationMechanisms Property

Gets the authentication mechanisms supported by the mail server.

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

Property Value

HashSetString
The authentication mechanisms.

Implements

IMailServiceAuthenticationMechanisms
Remarks
The authentication mechanisms are queried as part of the Connect method.
See Also