PowerMail Syntax
PowerMail Syntax
- Subject: PowerMail Syntax
- From: julifos <email@hidden>
- Date: Sat, 15 Sep 2001 10:29:19 +0200
Hi:
Does anybody know the properly syntax to "save a message as TEXT".
set the_folder to alias "HD:Desktop Folder:"
tell app "PowerMail"
save message 1 of message container "AUL" in the_folder as "TEXT"
end tell
--> returns "message 1 of ... doesn't understand the message save"
Thanks!