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


Click here to return to the 'Announce incoming Mail message senders' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Announce incoming Mail message senders
Authored by: bradbeattie on Jan 29, '08 08:24:50AM
set senderName to (extract name from sender of newMessage)
set sentSubject to (extract subject from newMessage)
say "You've just received an email from " & senderName
say sentSubject
Or, y'know, something like that.

[ Reply to This | # ]
Announce incoming Mail message senders
Authored by: Nobody Special on Jan 29, '08 08:43:33AM

I tried it and receive an error message when compiling: "Syntax Error: Expected "," but found property."



[ Reply to This | # ]