Click here for NewsObjects Overview
SendStory Method (Publisher Control)
Windows - Visual C++


Description
The SendStory method sends the story information previously set through the Publisher properties without user interaction. 

Syntax
long SendStory();

The SendStory method syntax has these parts:

 Part

Description

value

Receives 0 if the logon is successful or an error code if the send fails due to a network problem.

Remarks
Before you call SendStory, you need to set at least the HeadlineText and NewsServerIP properties.

See Also: HeadlineText StoryText NewsServerIP Priority Subject Temporary Ticker ShowPublisher

Back to: Publisher Methods