Save from Eudora
Save from Eudora
- Subject: Save from Eudora
- From: "Jim Brandt" <email@hidden>
- Date: Thu, 15 Nov 2001 07:24:28 -0600
- Thread-topic: Save from Eudora
How does one save a message from Eudora to a disk file?
I tried this, but it doesn't save.
tell application "Finder"
open {"Macintosh HD:Applications (Mac OS 9):Eudora Pro
Folder:Jim:Jim's Settings" as alias}
tell application "Eudora"
set subj to field "Subject" of message 0
set filenm to ("Macintosh HD:InfoMac:" & subj) as text
save message 0
end tell
end tell
I really want to save it as "filenm" (so I can change "filenm") but got
a syntax error when I tried:
save message 0 as filenm
Jim Brandt