• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Entourage - save email as html
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Prev by Date: Re: Inheritance
  • Next by Date: Re: Finder/Folder Info Updating
  • Previous by thread: Re: BUG ID # 3519134: AppleScript problem with files on "non-mounted" volumes
  • Next by thread: summary: Mute not scriptable?
  • Index(es):
    • Date
    • Thread