Click or drag to resize
MimeKit

AuthenticationMethodResultReason Property

Get the reason for the authentication method result.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public string Reason { get; set; }

Property Value

String
The reason for the authentication method result.
Remarks
Gets the reason for the authentication method result.
See Also