NAnt SDK Documentation - v0.85-nightly-2005-11-09

MailTask.BccList Property

[This is preliminary documentation and subject to change.]

Semicolon-separated list of BCC: recipient email addresses.

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

Remarks

Missing <remarks> documentation for P:NAnt.Core.Tasks.MailTask.BccList

See Also

MailTask Class | NAnt.Core.Tasks Namespace