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

MailTask.Message Property

[This is preliminary documentation and subject to change.]

Text to send in body of email message.

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

Remarks

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

See Also

MailTask Class | NAnt.Core.Tasks Namespace