ErrorCodesBadMessageData Field |
The SMTP server rejected the message data sent by the client.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public const int BadMessageData
Public Const BadMessageData As Integer
Field Value
Type:
Int32Remarks The most common reasons of this error:
- The message is too large
- The server thinks the message contains SPAM or virus
- The message contains invalid headers
- The message sender and/or recipients specified in the message header
differ from the actual sender/recipients, and the server does not allow this (the developer may consider adding
Resent-From: header to the message specifying the actual sender e-mail address as the header value)
See Also