MailBeeSmtpMessageSizeOutOfRangeExceptionMaxAllowedMessageSize Property
Gets the maximum length of the message (in bytes) which is allowed by the SMTP server in order to accept the message from the client.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public int MaxAllowedMessageSize { get; }

Property Value

Type: Int32
An integer value specifying the maximum length of the message (in bytes) which is allowed by the SMTP server in order to accept the message from the client.
See Also