Entourage - save email as html
Entourage - save email as html
- Subject: Entourage - save email as html
- From: Armin Egginger <email@hidden>
- Date: Wed, 21 Jan 2004 23:33:42 +0100
Hi Scripter,
I try to save my email as html by an applescript but it doesnt work.
What do I wrong?
Why doesn't Entourage understand the command "save as html"?
set xPath to "HD:Users:MyName:Documents:Email.html"
tell application "Microsoft Entourage"
set xEmailFolder to folder "Inbox"
set xMessages to every message of xEmailFolder
set xSelectMessage to item 1 of xMessages
tell xSelectMessage
set xHTML to has html
if xHTML is true then
save in xPath as text
--save in xfolder as html --HELP!!
end if
end tell
end tell
I need the email with the pictures - they are important. A GUI
Scripting isn't possible, because it should also run with OS 9.2.2
Do anybody know a solution or workaround?
thx in advance
Armin
MacOSX.2.8, Entourage v.X.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.