ErrorCodesSocketDisposed Field |
The
Socket object was unexpectedly closed.
Namespace: MailBeeAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic const int SocketDisposed
Public Const SocketDisposed As Integer
Field Value
Type:
Int32
RemarksThis 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