MailBeeLoginWin32ExceptionNativeErrorCode Property |
The Win32 error code value returned by the operating system function related to Integrated Windows Authentication implementation.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.3.1 build 666 for .NET 4.5
Syntaxpublic int NativeErrorCode { get; }
Public ReadOnly Property NativeErrorCode As Integer
Get
Property Value
Type:
Int32An integer value representing the error code returned by one of the functions
of Microsoft NTLM security package.
Implements
IMailBeeWin32ExceptionNativeErrorCode
See Also