Entourage and AppleScript Question

Joined
Mar 11, 2015
Messages
1
Reaction score
0
May I please ask a question? I am trying to "Save As" export an email message from Entourage to a folder on my computer desktop by using AppleScript. I found the script below that moves the message from the inbox to a folder in Entourage but I just do not know enough to alter it to get the desired result. My hard drive is called "G4 HD" and the Desktop folder is called "PanTran" and the title of the file should be the same as the email subject. I would like to select the first email in the inbox list each time. (Really just like a Save As command that lets me end up with a "Simple Text Document" of the original email) May I please ask for your help. Here is a script that moves within the app but does not export outside the application. I am sorry to trouble you but my knowledge is too limited. Please, may I ask for your help.

Thanks!
Bill Few
tell application "Microsoft Entourage"
set theSelection to selection
set theCurrentMessage to item 1 of theSelection
move theCurrentMessage to folder "Archive 01"
end tell
 
Last edited by a moderator:

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top