Click or drag to resize
MimeKit

SaslMechanismNtlmWorkstation Property

Get or set the workstation name to use for authentication.

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

Property Value

String
The workstation name.
Remarks
Gets or sets the workstation name to use for authentication.
See Also