:GetGroupName()


Class

     aprNNTP()

 

Syntax

     :GetGroupName( [hSession] ) -> cGroupName

 

Parameters

 

hSession

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

 

Return

String containing the currently selected newsgroup name.

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 name of the currently selected newsgroup.

 

See Also

:GetGroupTitle(), :ListGroups(), :ListNewGroups(), :SelectGroup()