Click or drag to resize
MimeKit

SaslMechanismPlainAuthorizationId Property

Get or set the authorization identifier.

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

Property Value

String
The 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