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 » WriteFolderSpool

NAME

	WriteFolderSpool -- Writes the folder to a UNIX style spool

SYNOPSIS

	count = WriteFolderSpool(folder, exportfile, flags)
D0 A0 A1 D0
ULONG WriteFolderSpool(APTR folder, STRPTR exportfile, ULONG flags);

FUNCTION

	Writes the contents of the specified folder out to a
UNIX-style mailbox format spool. Each article is prepended
with a "From " line that allows another mail parser to detect
the beginning of each article.

INPUTS

	folder - Pointer to a folder object
exportfile - Filename of the spoolfile to create
flags - See <libraries/aml.h> for valid flags.

RESULT

	count - The number of articles written to the spool file.

SEE ALSO

ReadFolderSpool()

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:

Future Crew

AFL
FC
RBS
TBL

Comments:

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