ErrorCodesSocketDisposed Field
The Socket object was unexpectedly closed.

Namespace: MailBee
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public const int SocketDisposed

Field Value

Type: Int32
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