MailTask.

EnableSsl Property

Summary

Indicates whether or not ssl should be used to connect to the smtp host.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
MailTask

Syntax

[TaskAttribute("ssl")]
[BooleanValidator]
public bool EnableSsl { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.
BooleanValidatorAttribute Used to indicate that a property should be able to be converted into a bool.

Value

Type Description
bool