MailTask.

Files Property

Summary

Files that are transmitted as part of the body of the email message.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
MailTask

Syntax

[BuildElement("files")]
public FileSet Files { get; set; }

Attributes

Type Description
BuildElementAttribute Indicates that the property should be treated as an XML element and further processing should be done.

Value

Type Description
FileSet