Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A folder action script to size, rotate, and mail images' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A folder action script to size, rotate, and mail images
Authored by: orpy on Oct 19, '04 01:29:27PM

Entourage is smart enough to know that if you try to open an image or PDF that you'll probably want it attached to an email.

So, something as simple as this:

set myFile to choose file
tell application "Microsoft Entourage"
activate
open myFile
end tell

Should make Entourage create a new message window with the file that you've chosen attached to the message.

You should be able to just replace the word "Mail" with "Entourage" - although I'd "activate" it first before getting it to open the file ;-)


---
--
Martin



[ Reply to This | # ]