Description
-
Holds value of Reply-To header.
Property type
-
A String value.
Syntax
-
object.ReplyTo [= value]
The ReplyTo Property syntax has these parts:
| object |
An expression
evaluating to an object of type SmtpMsg. |
| value |
A String value. |
Remarks
-
Reply-To property will internally scan headers and
search for 'Reply-To' header, and return its
information to you.
When you set this property, it will overwrite
'Reply-To' header.
|