Description
-
Holds last response received from the relay.
Property type
-
A String value.
Syntax
-
object.LastResponse [=
value]
The LastResponse Property syntax has these parts:
object |
An expression
evaluating to an object of type SmtpRelay. |
value |
A String value. |
Remarks
-
LastResponse property will hold last line that was
received by remote SMTP server during relay connection.
Usually, if error occurred during relaying, it will contain
information on why it happened - for example, why user was
rejected etc..
|