Docs » Autodocs » aml.library » SendArticle
SendArticle -- Send an article
success = SendArticle(server, article, file) D0 A0 A1 A2 BOOL SendArticle(APTR server, APTR article, STRPTR file);
Sends the article to the specified server. The article can either be an article object, passed in the 'article' parameter, or a disk file, passed in the 'file' parameter.
server - Pointer to a server object article - Pointer to an article object file - Filename of an article to send
success - 1 if successful, 0 otherwise.
AddFolderArticle()
|