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.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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