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.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public int MaxAllowedMessageSize { get; }
Public ReadOnly Property MaxAllowedMessageSize As Integer
Get
Property Value
Type:
Int32An 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