Docs » Autodocs » aml.library » CreateArticleA
CreateArticleA -- Creates an article object CreateArticle -- Varargs stub for CreateArticleA
article = CreateArticleA(folder, tags) D0 A0 A1 APTR CreateArticleA(APTR folder, struct TagItem *) APTR CreateArticle(APTR folder, ULONG, ...)
Creates an article object. This object is used to create an e-mail message, newsgroup article or whatever. Every article must have at least one ArticlePart object, which is allocated with the CreateArticlePart() function, and added to the article with the AddArticlePartA() function.
folder - Folder object to which the new article will belong tags - Array of TagItems to set attributes for the new article
article = Pointer to an article object
DisposeArticle(), CreateArticlePart, AddArticlePartA()
|