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.4 build 677 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