SendMail.Organization

NES3+Syntax

							sendmail.Organization

Description

The Organization property of the SendMail objects specifies the organization of the sender.

Example

Listing 8.125 shows you how to set the Organization property of an instance of the SendMail object.

Listing 8.125 Setting the Organization Property
<SERVER>

// Set the Organization property
myMail.Organization = "TIPs Technical Publishing";

</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.