ErrorCodesBdatTimeout Field |
Socket timeout during SMTP BDAT command.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntaxpublic const int BdatTimeout
Public Const BdatTimeout As Integer
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