Stop Microsoft

Operating Systems => macOS => Topic started by: xyle_one on 21 January 2003, 22:54

Title: Apple Script
Post by: xyle_one on 21 January 2003, 22:54
any one know a good source to learn apple script. I would like to write a script to do:
1. When i recieve an email at [email protected], to save it to a folder & then...
2. Print the message.

this way i can have a hard copy of the message, and a folder with stored messages. This account is for people who request a cd from my site, and it would be easier to see what i have to send if i can come home and find a stack of requests at my printer.
Title: Apple Script
Post by: cocoamix on 22 January 2003, 01:45
http://www.macscripter.net/ (http://www.macscripter.net/)

You should also open up Script Editor, then look at the dictionary of the application you want to script.
File: Open Dictionary. AppleScript will then scan your hard drive for any Apps that are scriptable. Mail is heavily scriptable, and I know what you want to do is pretty easy, even though I haven't done it myself.
Title: Apple Script
Post by: xyle_one on 22 January 2003, 01:47
Thank you.