On 11/6/02 7:13 AM, "Paul Berkowitz" <[EMAIL PROTECTED]> wrote:

> Diane is probably quoting someone else, so I'll chime in here.

No,  I have a rule that plays a sound. I modified a script posted by Justin
Mayer. I didn�t rename the sound.  Works great.

Rule is:

>From is in category xxxx

Run applescript [select script you create]

=================================================

-- Personal Message Notification by Justin Mayer
-- Requires Play Sound application:
<http://microcosmsoftware.com/playsound/>
-- Create "Custom Sounds" folder in your Microsoft User Data folder
-- Add a sound file in AIFF format and name it "Personal.aiff"
-- Put this script in the Entourage Script Menu Items folder
-- Create a rule that runs this script when a message meets your criteria
-- (Example, when a To: recipient contains your name)
-- Duplicate and change the sound in this script to add other notifications

set cusrPath to (path to "cusr" as string)
set soundAlias to (cusrPath & "Documents:Microsoft User Data:Custom
Sounds:Personal.aiff") as alias

tell application "Play Sound"
    play (soundAlias as alias)
end tell




-- 
Diane Ross, Microsoft MVP for Entourage
Entourage Help Page........Find answers to FAQs and help learning Entourage
<http://www.entourage.mvps.org/>




--
To unsubscribe:                     <mailto:Entourage-Talk-Off@;lists.letterrip.com>
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