CloseArticle Method  
 

Closes the current article that has been opened or created.

Syntax

object.CloseArticle

Parameters

None.

Return Value

A value of zero is returned if the method succeeds. Otherwise, a non-zero error code is returned which indicates the cause of the failure.

Remarks

The CloseArticle method closes the current article that has been opened or created. If an article is being created, this function 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 email message.

See Also

CreateArticle Method, OpenArticle Method, Read Method, Write Method