Click or drag to resize
MimeKit

SaslErrorCode Enumeration

An enumeration of the possible error codes that may be reported by a SaslException.

Namespace: MailKit.Security
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public enum SaslErrorCode
Members
Member nameValueDescription
ChallengeTooLong0 The server's challenge was too long.
IncompleteChallenge1 The server's response contained an incomplete challenge.
InvalidChallenge2 The server's challenge was invalid.
MissingChallenge3 The server's response did not contain a challenge.
IncorrectHash4 The server's challenge contained an incorrect hash.
Remarks
An enumeration of the possible error codes that may be reported by a SaslException.
See Also