SmtpGetSocketError Method |
Returns a Win32 error code of the last socket-related error.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public 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.
Exceptions Remarks See Also