| SaslMechanismDigestMd5AuthorizationId Property |
Get or set the authorization identifier.
Namespace: MailKit.SecurityAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public string AuthorizationId { get; set; }
Property Value
StringThe authorization identifier.
Remarks
The authorization identifier is the desired user account that the server should use
for all accesses. This is separate from the user name used for authentication.
See Also