EmailHelperSetReplyToEmailAddress Method |
Sets ReplyTo e-mail address of the given message (internally handles .NET 4.0 backward compatibility).
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
Syntax public static void SetReplyToEmailAddress(
MailMessage message,
string replyTo
)
Parameters
- message
- Type: System.Net.MailMailMessage
E-mail message - replyTo
- Type: SystemString
Reply to add
See Also