Click or drag to resize
EmailHelperGetReplyToEmailAddress Method
Returns ReplyTo e-mail address from 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 string GetReplyToEmailAddress(
	MailMessage message
)

Parameters

message
Type: System.Net.MailMailMessage
E-mail message

Return Value

Type: String
See Also