ErrorCodesBdatTimeout Field
Socket timeout during SMTP BDAT command.

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public const int BdatTimeout

Field Value

Type: Int32
Remarks
If network timeout occurs during BDAT command, this may indicate that SMTP CHUNKING is not working correctly with this server. Try setting NoChunking flag in SmtpOptions property of the SmtpServer object which represents the SMTP server you're sending with.
See Also