Click or drag to resize
EmailMessageReplyTo Property
Gets or sets the ReplyTo address.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 9.0.0
Syntax
C#
public string ReplyTo { get; set; }

Property Value

Type: String
Remarks
This address specifies where the replies to this message should be sent.
See Also