MailBee.NET Objects 4.0

ErrorCodes.SocketDisposed Field

The Socket object was unexpectedly closed.

public const int SocketDisposed = 60;

Remarks

This error may occur after the application closes the connection directly, not using Disconnect method of a mailer component. For example, calling mailer.GetSocket().Close() (mailer is an instance of Smtp, Pop3, or Imap class).

See Also

ErrorCodes Class | MailBee Namespace