Subject (Dundas Mailer Control 1.0)
Overview | Properties | Methods
Use this property to set the Subject field of your message if you are not using the QuickSend method to send the email.
Syntax
MailerObject.Subject = [string]
The Subject property syntax has the following parts:
Part |
Description |
string |
A string expression describing the subject matter of the email. |
Remarks
Use this property to set the Subject field of the email if you are using the SendMail method to send the email message. The QuickSend method sets the Subject field via its Subject argument.
We strongly recommend that you set this property before sending an email.