Pop3GetSocketError Method |
Returns a Win32 error code of the last socket-related error.
Namespace: MailBee.Pop3MailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic int GetSocketError()
Public Function GetSocketError As Integer
Return Value
Type:
Int32An integer value containing the last socket-related error code, or 0 if there is no error.
Remarks
See Also