MailBee.NET Objects 4.0

Pop3.GetSocketError Method 

Returns a Win32 error code of the last socket-related error.

public int GetSocketError();

Return Value

An integer value containing the last socket-related error code, or 0 if there is no error.

Remarks

This error code is obtained from NativeErrorCode.

See Also

Pop3 Class | MailBee.Pop3Mail Namespace