NAnt SDK Documentation - v0.92

MailTask.BccList Property

Semicolon-separated list of BCC: recipient email addresses.

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

See Also

MailTask Class | NAnt.Core.Tasks Namespace