Hello again,

I have created a rule that states: when I send an email that has the
words the words Quote, Quotation, Invoice or ``` in the subject and/or
the message body then forward to a specific email address. I have
tried to test this email several times, but I cannot seem to get it to
work.

Am I doing something wrong? Why won't the rule forward a copy to the
specified email recipients?

Thanks in advance JKL

Re: Entourage Rules by Diane

Diane
Fri Aug 31 12:27:52 PDT 2007

> This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--B_3271408073_2114536
Content-type: text/plain;
charset="ISO-8859-1"
Content-transfer-encoding: 8bit

On 8/31/07 8:38 AM, in article
1188574710.632894.24030@50g2000hsm.googlegroups.com,
"JustinKristopher@gmail.com" <JustinKristopher@gmail.com> wrote:

> I have created a rule that states: when I send an email that has the
> words the words Quote, Quotation, Invoice or ``` in the subject and/or
> the message body then forward to a specific email address. I have
> tried to test this email several times, but I cannot seem to get it to
> work.
>
> Am I doing something wrong? Why won't the rule forward a copy to the
> specified email recipients?

I'm assuming when you compose this message you know that you want it Cc to
other recipients. In this case use an AppleScript to create the message with
the intended recipients rather than trying to act on the message when it is
being sent. You might be able to do this with Automator too.

Here¹s an example to BCC a recipient with To left blank:

tell application "Microsoft Entourage"
set newMessage to make new outgoing message with properties {BCC
recipients:"johndoe@comcast.net"}
open newMessage
end tell


This example has a ³To²

tell application "Microsoft Entourage"
set newMessage to make new outgoing message with properties {to
recipients:"bigbird@comcast.net", BCC recipients:"johndoe@comcast.net"}
open newMessage
end tell

--
Diane Ross, Microsoft Mac MVP
Entourage Help Page <http://www.entourage.mvps.org/>
Entourage Help Blog <http://blog.entourage.mvps.org/>



--B_3271408073_2114536
Content-type: text/html;
charset="ISO-8859-1"
Content-transfer-encoding: quoted-printable

<HTML>
<HEAD>
<TITLE>Re: Entourage Rules</TITLE>
</HEAD>
<BODY>
<FONT FACE=3D"Lucida Grande"><SPAN STYLE=3D'font-size:12.0px'>On 8/31/07 8:38 A=
M, in article 1188574710.632894.24030@50g2000hsm.googlegroups.com, &quot;Jus=
tinKristopher@gmail.com&quot; &lt;JustinKristopher@gmail.com&gt; wrote:<BR>
<BR>
<FONT COLOR=3D"#0000FF">&gt; I have created a rule that states: &nbsp;when I =
send an email that has the<BR>
&gt; words the words Quote, Quotation, Invoice or ``` in the subject and/or=
<BR>
&gt; the message body then forward to a specific email address. &nbsp;I hav=
e<BR>
&gt; tried to test this email several times, but I cannot seem to get it to=
<BR>
&gt; work.<BR>
&gt; <BR>
&gt; Am I doing something wrong? &nbsp;Why won't the rule forward a copy to=
the<BR>
&gt; specified email recipients?<BR>
</FONT><BR>
I'm assuming when you compose this message you know that you want it Cc to =
other recipients. In this case use an AppleScript to create the message with=
the intended recipients rather than trying to act on the message when it is=
being sent. You might be able to do this with Automator too.<BR>
<BR>
Here&#8217;s an example to BCC a recipient with To left blank:<BR>
<BR>
<FONT COLOR=3D"#0000FF">tell</FONT> <FONT COLOR=3D"#0000FF">application</FONT> =
&quot;Microsoft Entourage&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;<FONT COLOR=3D"#0000FF">set</FONT> <FONT COLOR=3D"#4080=
00">newMessage</FONT> <FONT COLOR=3D"#0000FF">to</FONT> <FONT COLOR=3D"#0000FF">=
make</FONT> <FONT COLOR=3D"#0000FF">new</FONT> <FONT COLOR=3D"#0000FF">outgoing =
message</FONT> <FONT COLOR=3D"#0000FF">with properties</FONT> {<FONT COLOR=3D"#0=
000FF">BCC recipients</FONT>:&quot;johndoe@comcast.net&quot;}<BR>
&nbsp;&nbsp;&nbsp;&nbsp;<FONT COLOR=3D"#0000FF">open</FONT> <FONT COLOR=3D"#408=
000">newMessage<BR>
</FONT><FONT COLOR=3D"#0000FF">end</FONT> <FONT COLOR=3D"#0000FF">tell<BR>
</FONT><BR>
<BR>
This example has a &#8220;To&#8221;<BR>
<BR>
</SPAN></FONT><SPAN STYLE=3D'font-size:12.0px'><FONT COLOR=3D"#0000FF"><FONT FA=
CE=3D"Verdana, Helvetica, Arial"><SPAN STYLE=3D'font-size:12.0px'><B>tell</B></S=
PAN></FONT></FONT><FONT FACE=3D"Verdana, Helvetica, Arial"><SPAN STYLE=3D'font-s=
ize:12.0px'> <FONT COLOR=3D"#0000FF">application</FONT> &quot;Microsoft Entour=
age&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;<FONT COLOR=3D"#0000FF"><B>set</B></FONT> <FONT COLOR=
=3D"#408000">newMessage</FONT> <FONT COLOR=3D"#0000FF"><B>to</B></FONT> <FONT CO=
LOR=3D"#0000FF">make</FONT> <FONT COLOR=3D"#0000FF">new</FONT> <FONT COLOR=3D"#000=
0FF">outgoing message</FONT> <FONT COLOR=3D"#0000FF">with properties</FONT> {<=
FONT COLOR=3D"#0000FF">to recipients</FONT>:&quot;bigbird@comcast.net&quot;, <=
FONT COLOR=3D"#0000FF">BCC recipients</FONT>:&quot;johndoe@comcast.net&quot;}<=
BR>
&nbsp;&nbsp;&nbsp;&nbsp;<FONT COLOR=3D"#0000FF">open</FONT> <FONT COLOR=3D"#408=
000">newMessage<BR>
</FONT><FONT COLOR=3D"#0000FF"><B>end</B></FONT> <FONT COLOR=3D"#0000FF"><B>tel=
l<BR>
</B></FONT></SPAN></FONT><SPAN STYLE=3D'font-size:12.0px'><FONT FACE=3D"Lucida =
Grande"><SPAN STYLE=3D'font-size:12.0px'><BR>
-- <BR>
Diane Ross, Microsoft Mac MVP<BR>
Entourage Help Page &nbsp;&nbsp;&lt;http://www.entourage.mvps.org/&gt;<BR>
Entourage Help Blog &nbsp;&lt;http://blog.entourage.mvps.org/&gt;<BR>
&nbsp;<BR>
</SPAN></FONT>
</BODY>
</HTML>


--B_3271408073_2114536--


Re: Entourage Rules by Barry

Barry
Fri Aug 31 15:44:47 PDT 2007

On 31/08/2007 16:38, in article
1188574710.632894.24030@50g2000hsm.googlegroups.com,
"JustinKristopher@gmail.com" <JustinKristopher@gmail.com> wrote:

> Hello again,
>
> I have created a rule that states: when I send an email that has the
> words the words Quote, Quotation, Invoice or ``` in the subject and/or
> the message body then forward to a specific email address. I have
> tried to test this email several times, but I cannot seem to get it to
> work.
>
> Am I doing something wrong? Why won't the rule forward a copy to the
> specified email recipients?
>
> Thanks in advance JKL
>

In the rules dialog there are different tabs for pop mail, imap, exchange
and news - the last tab is for outgoing mail (actually they run after the
mail has been sent so should really be called 'outgone' rules!). Did you
create your rule in this last tab?
--
BarryW
Microsoft MVP (see http://www.microsoft.com/mvp for details)
Visit the Entourage User's Weblog for hints tips & troubleshooting for
Microsoft entourage: http://www.barryw.net/weblog