Click or drag to resize

CNNTP.GetNewNews Method

X#
Returns a list of all newly created messages for a specific group or list of groups from an NTTP Server.

Namespace:  VO
Assembly:  VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD GetNewNews(
	cGroups,
	dDate,
	cTime,
	lGmt
) AS USUAL CLIPPER
Request Example View Source

Parameters

cGroups (Optional)
Type: Usual
The group (i.e. 'comp.lang.clipper.visual-objects) or list of groups (i.e. 'comp.lang.clipper.*') to query.
dDate (Optional)
Type: Usual
The optional date that is the oldes creation date of the message to accept.
cTime (Optional)
Type: Usual
The optional time as a string that is the oldes creation time of the message to accept.
lGmt (Optional)
Type: Usual
An optional logical value that determines whether GMT time should be used.

Return Value

Type: Usual
An array of newly created messages.
See Also