Re: Simple mail script not working
Re: Simple mail script not working
- Subject: Re: Simple mail script not working
- From: Ken Tozier <email@hidden>
- Date: Thu, 30 Aug 2007 14:58:48 -0400
On Aug 30, 2007, at 2:49 PM, Michelle Steiner wrote:
using terms from application "Mail"
on perform mail action with messages selectedMessages
tell application "Mail"
-- activate -- tried this both commented and uncommented, no
difference
repeat with aMessage in selectedMessages
set messageContent to content of aMessage
display dialog messageContent
end repeat
end tell
end perform mail action with messages
end using terms from
The crash was probably caused by your script.
-- Michelle
Thanks Michelle. That did the trick.
Ken
_______________________________________________
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