Title: Re: Keyboard command to send selected message to a folder
On 9/15/03 10:01 PM, "Scott Haneda" <[EMAIL PROTECTED]> wrote:
> How can I use a keyboard sequence to send a selected message to a particular
> folder?
With Barry's help I created scripts for five of my most used folders and then assigned a key short to them. This moves to my “tips” folder.
tell application "Microsoft Entourage"
try
set theMessages to current messages
on error
display dialog "select some messages before running this script." buttons {"Quit Script"} default button 1 with icon stop
return
end try
try
move theMessages to folder "Tips"
on error
display dialog "An error occurred and the messages were not moved.
Does the folder\"!Process Later\" exist?" buttons {"Quit Script"} default button 1 with icon stop
return
end try
end tell
--
Diane Ross
MVP Entourage (MVPs are volunteers)
Entourage Help Page
<http://www.entourage.mvps.org/>
- Re: Entourage and the Address Book Khoi Vinh
- Re: Entourage and the Address Book Barry Wainwright
- Re: Entourage and the Address Book Khoi Vinh
- Re: Entourage and the Address Book Laurie Neher
- Keyboard command to send selected m... Scott Haneda
- Re: Keyboard command to send se... Bryan Harris
- Re: Keyboard command to send se... Scott Haneda
- Re: Keyboard command to send se... Matthew Smith
- Re: Keyboard command to send se... Scott Haneda
- Re: Keyboard command to send se... Matthew Smith
- Re: Entourage and the Address B... Diane Ross
- Re: Entourage and the Address Book Laurie Neher
- Re: Entourage and the Address Book Laurie Neher
- Re: Entourage and the Address Book Laurie Neher
- 10.1.5 update still says 10.1.4 Michael Lach
- Re: 10.1.5 update still says 10.1.4 Barry Wainwright
- Re: 10.1.5 update still says 10.1.4 SVEN AERTS
- Re: Entourage and the Address Book Laurie Neher
- Re: Entourage and the Address Book Allen Watson
- Re: Entourage and the Address Book John C. Welch
- Re: Entourage and the Address Book Jim Robertson
