NAnt SDK Documentation - v0.92

MailTask.Attachments Property

Attachments that are transmitted with the message.

[Visual Basic]
<BuildElement(Name:="attachments", Required:=False, ProcessXml:=True)>
Public Property Attachments As FileSet
[C#]
[BuildElement(Name="attachments", Required=False, ProcessXml=True)]
public NAnt.Core.Types.FileSet Attachments {get; set;}

See Also

MailTask Class | NAnt.Core.Tasks Namespace