Launching script using Rules in Mail
Launching script using Rules in Mail
- Subject: Launching script using Rules in Mail
- From: Brian Binotto <email@hidden>
- Date: Thu, 24 Jul 2003 10:06:27 -0500
I can not for the life of me figure out how to get an applescript to run
from
within the Rules of Mail. I know the rules I have set-up are correct, it
just
will not run the selected applescript.
Has anyone gotten this to work? Below is the first part of the script I
would like Mail to run.
tell application "Mail"
set theMessage to message 1 of in mailbox
set theSubject to subject of theMessage
set theContent to the content of theMessage
set senderAddress to sender of theMessage
end tell
Thanks for all input.
Brian
_______________________________________________
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.