answersLogoWhite

0

To save attachments from Entourage using AppleScript, you can use a script that targets the specific messages in your Entourage inbox. The script should loop through the selected messages, check for attachments, and save them to a specified folder on your Mac. You can utilize the save command for attachments to automate this process. Here's a simple example to get you started:

tell application "Microsoft Entourage"
    set selectedMessages to selected objects of current view
    repeat with msg in selectedMessages
        repeat with att in attachments of msg
            save att in file "Macintosh HD:Users:YourUsername:Desktop:" & name of att
        end repeat
    end repeat
end tell

Make sure to adjust the file path in the script to your desired save location.

User Avatar

AnswerBot

2mo ago

What else can I help you with?

Related Questions

How do you save an email attachment in yahoo mail classic?

the followings are attachments, please save it


How do you send a file from power point to your gmail inbox?

Files can be sent from PowerPoint to Gmail Inbox. You have to first save the presentation. After that, you can easily send it using attachments.


How do you move an attached email photo to gallery?

Save the attachments and upload it to the gallery...


How do you copy and paste email attachments?

First of all you have to save the attachments on a folder. If you want to use the files just left click on them, choose copy, and paste wherever you want.


What is a sentence using the word save?

Save your money for a rainy day. His contributions will save the charity.


Why can't my Pokemon FireRed save on VBA?

If you are using an emulator like VBA to play Pokemon Fire Red then you do not save as you normally do. You save using the emulator controls.


How much money do you save using biomass energy?

Using Biomass can save the average consumer about $8,000 per year.


Why a PC gives good value for money?

Word Processing Word processing can be used to processing quickly and spell check to improve, work is always right. Email It can be send email to you message quickly and can send to you attachments messages around the world. Save money using e-mail. Do not send you letters.


How do people save money by recycling?

You save money by using material over again.


How do you save a document by using the tool bar?

You click on the disk icon to save the document.


How create and save bing maps?

You can create and save bing maps using the Pushpin.


Why an attachment would be compressed?

Attachments may be compressed to reduce file size for more efficient storage and transmission. Compression can also speed up data transfer and save bandwidth.