a1200   NEWS   APPS   DOCS   ABOUT
a1200
----
a1200
----
Autodocs
 Libraries:
 aml.library
  --rexxhost--
  AddArticlePartA
  AddCustomField
  AddFolderArticle
  CreateAddressEntryA
  CreateArticleA
  CreateArticlePartA
  CreateDecoderA
  CreateFolderA
  CreateServerA
  Decode
  DisposeAddressEntry
  DisposeArticle
  DisposeArticlePart
  DisposeDecoder
  DisposeFolder
  DisposeServer
  Encode
  ExpungeFolder
  FindAddressEntryA
  GetAddressEntryAttrsA
  GetArticleAttrsA
  GetArticlePartDataA
  GetCustomFieldData
  GetDecoderAttrsA
  GetFolderAttrsA
  GetServerArticles
  GetServerAttrsA
  GetServerHeaders
  HuntAddressEntryA
  OpenAddressEntry
  OpenArticle
  OpenFolderA
  ReadFolderSpool
  RemAddressEntry
  RemCustomField
  RemFolder
  RemFolderArticle
  SaveAddressEntry
  SaveFolder
  ScanFolderIndex
  SendArticle
  SetAddressEntryAttrsA
  SetArticleAttrsA
  SetArticlePartDataA
  SetDecoderAttrsA
  SetFolderAttrsA
  SetServerAttrsA
  WriteFolderSpool
Include
GuruMeditation
Docs » Autodocs » aml.library » CreateArticleA

NAME

	CreateArticleA -- Creates an article object
CreateArticle -- Varargs stub for CreateArticleA

SYNOPSIS

	article = CreateArticleA(folder, tags)
D0 A0 A1
APTR CreateArticleA(APTR folder, struct TagItem *)
APTR CreateArticle(APTR folder, ULONG, ...)

FUNCTION

	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.

INPUTS

	folder - Folder object to which the new article will
belong
tags - Array of TagItems to set attributes for the new
article

RESULT

	article = Pointer to an article object

SEE ALSO

DisposeArticle(), CreateArticlePart, AddArticlePartA()

Comments

Name:
E-mail: Use this if you want a message if you get a response, will not be shown.
Comment:
Select correct short for:

Crystal

KEF
ANA
CSL
RSI

Comments:

$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se