Re: Simple Eudora question
Re: Simple Eudora question
- Subject: Re: Simple Eudora question
- From: Bill Briggs <email@hidden>
- Date: Mon, 5 Mar 2001 10:13:17 -0400
At 3:07 PM +0100 05/03/01, JJ wrote:
tell application "Eudora"
activate
save message 1 of mailbox "FORO TUTORIAL"
end tell
You don't save it. You move it. Fill in the appropriate mailbox or
mail folder names (if you have only a mailbox, then take out the
first mail folder reference; the mail folder "" is the main Eudora
mail folder and you need to leave that one there with no text between
the quote marks).
- web
tell application "Eudora"
activate
move (first message of mailbox "xx" of mail folder "yy" of mail folder "") to ,
(end of mailbox "zz" of mail folder "pp" of mail folder "")
end tell