Click or drag to resize
MimeKit

SaslExceptionErrorCode Property

Gets the error code.

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

Property Value

SaslErrorCode
The error code.
Remarks
Gets the error code.
See Also