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

MailTask.CcList Property

[This is preliminary documentation and subject to change.]

Semicolon-separated list of CC: recipient email addresses.

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

Remarks

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

See Also

MailTask Class | NAnt.Core.Tasks Namespace