Click or drag to resize
EmailHelperSetReplyToEmailAddress 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: 9.0.0
Syntax
C#
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