ErrorCodesBdatRejected Field |
The server responded with a negative reply to BDAT command (although the server claims to support
CHUNKING extension).
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public 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