On 6/2/04 8:59 PM, Sherman Wilcox <[EMAIL PROTECTED]> wrote:
> Is there any way to select (make active) a Mail Custom View via Applescript?
Sure. Use "open custom view" and its name.
I have a Custom View for unread messages. I use this script, assigned to a
keyboard shortcut, that also sizes the window to something appealing (for me
at least):
tell application "Microsoft Entourage"
close every window
open custom view "-Unread"
set bounds of window 1 to {279, 93, 1061, 747}
activate
end tell
Is that what you're after?
Bill
--
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/>