|
Summary
News article or mail message. This property has been deprecated and should not be used.
When calling the CreateMessage method the IsNews parameter is passed to specify a mail
message or news article should be created.
Description
The IsNews property specifies whether the message to be created is a mail message or a
news article. This property must be set to the appropriate value before setting the Action
property to ACTION_CREATE.
The IsNews property must be set to True for a news article or False for a mail message.
If this property is set to True, then the To property must be set to the names of the news
groups receiving the article. If the IsNews property is False, the To property must be set
to the mailing addresses of the recipients of the mail message.
This property can be changed at design time and at run time (before creating a
message). There is no default value for this property.
Example
Mime.IsNews = True ' news article
|