ImapConnectionState.NativeErrorCode Property
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
NativeErrorCode
Gets the Win32 socket error code.
Declaration
public int NativeErrorCode { get; }
Property Value
Type | Description |
---|---|
Int32 | Win32 error code. |
Remarks
Returns 0 if no socket error code is available.