NAnt SDK Documentation - v0.92

MailTask.ToList Property

Semicolon-separated list of recipient email addresses.

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

See Also

MailTask Class | NAnt.Core.Tasks Namespace