Script Modification
Script Modification
- Subject: Script Modification
- From: Ezra Balaraj <email@hidden>
- Date: Sat, 09 Nov 2002 21:08:06 +0800
Hello,
The partial script below "says" the subjects and the senders' names out
loud. If I receive lots of mail the announcements can really annoy. I use it
in Entourage. Is there a way to get it to display the items instead ? I am a
novice
tell application "Finder"
try
if isre is not 1 then
say "You have received an e-mail from," & mysender & "," &
"about," & mysubject
else
say "You have received a reply too, " & myreply & ", from "
& mysender
end if
end try
end tell
end ProcessMsg
Thanks
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.