Description
-
Defines maximum message size that can be posted.
Property type
-
A Long value.
Syntax
-
object.MaxMessageSize [=
value]
The MaxMessageSize Property syntax has these parts:
object |
An expression
evaluating to an object of type SmtpUser. |
value |
A Long value. |
Remarks
-
MaxMessageSize property defines (on per-user basis) maximum size
of the message that server will accept. Connecting client will not
be notified about maximum size, and it can be changed anytime during
client's session. Once client sends maximum allowed number of bytes,
552 Message size exceeded fixed maximum size
for acceptable email message will be returned, and connection
will be closed by wodSmtpServer.
This property is represented in bytes.
|