Re: Sending from Mail
Re: Sending from Mail
- Subject: Re: Sending from Mail
- From: LuKreme <email@hidden>
- Date: Mon, 21 Sep 2009 06:31:54 -0600
tell application "Mail" set mlst to (get subject of every message of mailbox "x" of mailbox "y" whose sender contains "email@hidden")
end tell
The AppleScript I am writing is going to be triggered off a rule. I can't just deal with the message that triggered the rule?
How about
set mlst to (get subject of last message of mailbox "x" of mailbox "y" whose sender contains "email@hidden")
Otherwise I am going to have to move 'dealt with' messages into a separate mailbox. |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden