CNNTP.SetNewsGroup Method | |
Selects a newsgroup from a NTTP Server for further processing.
Namespace:
VO
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetNewsGroup(
cGroup
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SetNewsGroup(
Usual cGroup = default
)
Request Example
View SourceParameters
- cGroup (Optional)
- Type: Usual
The name of the group to select as a string.
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
See Also