NAnt SDK Documentation - v0.92 |
|
MailTask.Password Property
The password to use when connecting to the smtp host.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="password", ExpandProperties:=True, ProcessXml:=True)>
Public Property Password As
String
[C#]
[TaskAttribute(Required=False, Name="password", ExpandProperties=True, ProcessXml=True)]
public
string Password {get; set;}
See Also
MailTask Class | NAnt.Core.Tasks Namespace