:CloseArticle()


Class

     aprNNTP()

 

Syntax

     :CloseArticle( [hSession] ) -> lSuccess

 

Parameters

 

hSession

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

 

Return

Logical indicating Success.

Returns .T. if the operation succeeds, otherwise returns .F.

If the Method fails the return value is .F.. To get further error information see :nErr and :cErr

 

Description

The CloseArticle() method closes the current article created by the :CreateArticle() method.

 

This method actually submits the article to the server.

Note that the client application is responsible for generating the message headers as well as the body of the message. News articles conform to the same general characteristics of an e-mail message.

 

See Also

:CreateArticle(), :Write()