Back to product page

ReplyTo Property


Holds value of Reply-To header.

Type

String

Syntax

  • Basic
object.ReplyTo [= value]
The ReplyTo(object,value) syntax has these parts:
objectAn expression evaluating to an object of type SmtpMsg
valueA 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.

Platforms

Windows