Click or drag to resize
MimeKit

SaslExceptionMechanism Property

Gets the name of the SASL mechanism that had the error.

Namespace: MailKit.Security
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public string Mechanism { get; }

Property Value

String
The name of the SASL mechanism.
Remarks
Gets the name of the SASL mechanism that had the error.
See Also