|
Summary
Subject information. The property has been deprecated and should no longer be used. The
OnSetAddrField event should be used to set the message's "Subject" address
field.
Description
The Subject property provides a summary of the message or indicates the nature of the
message to be created. The contents of this property is used to build the
"Subject" field of the header. This is an optional parameter and is generally
used to provide insight about the contents of the message.
The Subject property, if used, must be set before setting the Action property to
ACTION_CREATE. The Subject property can be set to an empty string.
This property can be changed at design time and at run time before a connection has
been established. The default value for this property is port 79.
Example
Mime.Subject = "Testing..."
.......
Mime.Action = ACTION_CREATE
|