I would like to be able to double click on the subject line of the messages
window, and have the e-mail open into a new window in a certain position
and location. I was wondering if there is a way to have this automatically
happen somehow? I am not very good with AppleScript, and my attempt below
did not work... Any ideas?
tell application "Microsoft Entourage"
set selectedMessages to current messages
repeat with theMessage in selectedMessages
set bounds of window of theMessage to {50, 50, 989, 745}
end repeat
end tell
--
Thanks - RevDave
[EMAIL PROTECTED]
[db-lists]
--
To unsubscribe:
<mailto:[EMAIL PROTECTED]>
archives:
<http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/>
old-archive:
<http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>