ErrorCodesBdatRejected Field
The server responded with a negative reply to BDAT command (although the server claims to support CHUNKING extension).

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

Field Value

Type: Int32
The developer may consider to disable CHUNKING by setting NoChunking flag in SmtpOptions value.
See Also