MailTask.

CcList Property

Summary

Semicolon-separated list of CC: recipient email addresses.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
MailTask

Syntax

[TaskAttribute("cclist")]
public string CcList { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
string