NAnt SDK Documentation - v0.92

MailTask.ReplyTo Property

Reply to email address.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="replyto", ExpandProperties:=True, ProcessXml:=True)>
Public Property ReplyTo As String
[C#]
[TaskAttribute(Required=False, Name="replyto", ExpandProperties=True, ProcessXml=True)]
public string ReplyTo {get; set;}

See Also

MailTask Class | NAnt.Core.Tasks Namespace