Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Developer Center > Applescript to redirect email to a group in Entourage

Applescript to redirect email to a group in Entourage
Thread Tools
Fresh-Faced Recruit
Join Date: Dec 2000
Location: Trabuco Canyon, CA, USA
Status: Offline
Reply With Quote
Mar 7, 2001, 12:35 PM
 
I am trying to put together a poor man's distribution list using the Group feature in Entourage. Here's what I want to happen:

1. Anyone can send a message to a specific email address (which is an account that I already have).

2. I would to setup a Rule in Entourage that will redirect that message to a Group that I already have in Entourage.

It seems that the existing Rules in Entourage don't accommodate a redirect using a Group, so an Applescript appears in order here. Here is what I've got so far:

tell application "Microsoft Entourage"
redirect message to group "PMOC" --PMOC is the name of the Group
send
end tell

...well, this doesn't work. I get an error saying Entourage doesn't understand the message.

So, now I am trying this direction:

tell application "Microsoft Entourage"
(redirect message to group "PMOC") make new outgoing message
send
end tell

...but still running into problems. "Entourage doesn't understand the redirect message."

Any suggestions out there?

Thanks in advance...
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 11:02 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2