Re: Simple apple script to open a message in Mail?
Re: Simple apple script to open a message in Mail?
- Subject: Re: Simple apple script to open a message in Mail?
- From: Bruce Herbach <email@hidden>
- Date: Fri, 22 Feb 2013 16:04:56 -0500
Nigel, Doug,
Thanks for the suggestions. The developer of the import software gave
me this piece of Applescript that seems to work.
First add "message:<" to the beginning of the ID and ">" to the end
of the ID. Then use this script
tell application "Mail"
open location
"message:"
end tell
This seems to work and it is very easy to get FileMaker to add the
required text to the message ID. This method avoids having to open the
mailbox and the search for the message id that were failing.
Bruce Herbach
Herbach Consulting
FileMaker 12,11,10,9 Certified Developer
_______________________________________________
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