Click or drag to resize
MimeKit

SaslMechanismNtlmOSVersion Property

Get or set the Windows OS version to use in the NTLM negotiation (used for debugging purposes).

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

Property Value

Version
The Windows OS version.
Remarks
Gets or sets the Windows OS version to use in the NTLM negotiation (used for debugging purposes).
See Also