ErrorCodesBdatRejected Field |
The server responded with a negative reply to BDAT command (although the server claims to support
CHUNKING extension).
Namespace: MailBeeAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic const int BdatRejected
Public Const BdatRejected As Integer
Field Value
Type:
Int32The developer may consider to disable CHUNKING by setting
NoChunking flag in
SmtpOptions value.
See Also