Gets and sets the address of the person who should receive
replies to this message.
Syntax
object.ReplyTo [= value]
The ReplyTo property syntax has the following parts:
| Part |
Description |
| object
|
An object expression that
evaluates to an InternetMail object. |
| value
|
A string which specifies a return
address. |
Remarks
The ReplyTo property returns the address of the user who
should receive replies to the current message. Setting this
property updates the Reply-To header field with the specified
value.
Data Type
String
See Also
Bcc Property, Cc
Property, From Property, To Property
|