email of the user to be shown in the mail as replyTo address

Namespace: DotNetNuke.Services.Mail
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public UserInfo ReplyTo { get; set; }
Visual Basic
Public Property ReplyTo As UserInfo
	Get
	Set

Remarks

if not set explicitely, sendingUser will be used

See Also