ErrorCodesSocketDisposed Field
The Socket object was unexpectedly closed.

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
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