ErrorCodesSocketDisposed Field |
The
Socket object was unexpectedly closed.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public const int SocketDisposed
Public Const SocketDisposed As Integer
Field Value
Type:
Int32Remarks 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