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 (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
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