On 13-05-2003 01:58, "Allen Watson" <[EMAIL PROTECTED]> wrote:

> "Cmd-Option-N" (which Entourage defines as "New Message" regardless of what

I C the shortcut in the pull down menu in File/New, but strange, with me it
just brings the Main Windown to the front...

> kind of window is in front, unlike Cmd-N). This would override Entourage's
> built-in definition. Use that shortcut to start a new message, and it will
> run the script. If you just want to choose an account from your POP accounts
> and then open a draft window, you could do this:
> 
> tell application "Microsoft Entourage"
>   set aList to name of every POP account
>   set theAccount to choose from list aList with prompt "Use which
> account?"
>   set theAccount to item 1 of theAccount
>   make new draft window with properties {account:POP account theAccount}
> end tell
> 
> Give the script a name like "New Msg Choose Acct\mN" and it will have Cmd-N
> as a shortcut when placed into the folder Entourage Script Menu Items.

I love you ! Thanks Paul !

Sven

-- 
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/>

Reply via email to