ErrorCodesMessageDataTooLarge Field |
The message is too large.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax public const int MessageDataTooLarge
Public Const MessageDataTooLarge As Integer
Field Value
Type:
Int32Remarks This error occurs when the server supports SIZE extension, and the fact
of exceeding the maximum allowed message size can be determined before actual submission of the message
to the server.
See Also