Click or drag to resize
EmailHelper.SetReplyToEmailAddress Method
Sets ReplyTo e-mail address of the given message (internally handles .NET 4.0 backward compatibility).

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 8.2.23
Syntax
C#
public static void SetReplyToEmailAddress(
	MailMessage message,
	string replyTo
)

Parameters

message
Type: System.Net.Mail.MailMessage
E-mail message
replyTo
Type: System.String
Reply to add
See Also