:GetGroupTitle()


Class

     aprNNTP()

 

Syntax

     :GetGroupTitle( [hSession] ) -> cGroupTitle

 

Parameters

 

hSession

Optional: If hSession is not passed, the value in :Session will be used

 

Return

String containing the currently selected newsgroup description.

If the method fails, the return value is an empty string,

 

To get further error information see :nErr and :cErr

To see the remote server's response, see :GetResultCode() and :GetResultString().

 

Description

The :GetGroupName() method returns the description of the currently selected newsgroup.

 

See Also

:GetGroupName(), :ListGroups(), :ListNewGroups(), :SelectGroup()