1.MAIL> DIRECTORY
MAIL
# From Date Subject
.
.
.
5 JOAN 11-DEC-1994 Spelling Tests
.
.
.
MAIL> 5
MAIL> EXTRACT GRAMMAR
MAIL> EXIT
$ DIRECTORY
.
.
.
GRAMMAR.TXT;1
.
.
.
This example shows how to place a copy of a mail message in a
text file named GRAMMAR.TXT.
2.MAIL> EXTRACT/ALL/NOHEADER
_File: OUTER.DAT
%MAIL-I-CREATED, DISK$MEGAWORK:[CROWN]OUTER.DAT;1 created
MAIL>
This example shows how to place a copy of all the messages
in the currently selected folder into a text file called
OUTER.DAT. The /NOHEADER qualifier prevents the header
information from being copied. A form feed is inserted between
each message.