SendMail.Subject

NES3+Syntax

							sendmail.Subject

Description

The Subject property of the SendMail objects specifies the subject of the email you want to send.

Example

Listing 8.130 shows you how to set the Subject property of an instance of the SendMail object.

Listing 8.130 Setting the Subject Property
<SERVER>

// Set the Subject property
myMail.Subject = "I really liked your book!";

</SERVER>
						

Get Pure JavaScript now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.