Click here for NewsObjects Overview
Subject Property
Windows - Visual C++


Description
The Subject property returns or sets the list of subject codes which will be displayed at the bottom of a story.

Syntax
void SetSubject(LPCTSTR);
BOOL GetPriority();

The Subject syntax has these parts:

Part

Description

value

A String containing the list of subject codes.

See Also: ShowPublisher SendStory

Back to: Publisher Properties