Organization (Dundas Mailer Control 1.0)
Overview | Properties | Methods
This property determines the contents of the Organization header of the email, indicating the organization the message was sent from.
Syntax
MailerObject.Organization = [string]
The Organization property syntax has the following parts:
Part |
Description |
string |
The organization the message was sent from. Defaults to a zero-length string. |
Remarks
This method adds an Organization header which describes the organization to which the sender belongs, or to which the machine belongs. The intent of this header is to help identify the person posting the message, since host names are often so cryptic that it is difficult to determine the organization which sent the message.
See Also: FromAddress | FromName