Title: Re: Contact -- group maintenance issues
On 10/5/05 8:57 PM, "Jud Spencer" <[EMAIL PROTECTED]> wrote:
> On 10/5/05 8:49:29 PM, "Arkady" <[EMAIL PROTECTED]> wrote:
>> Except, if those Addresses are in BCC, they are invisible....
> This sort of thing just begs for an Applescript.
Just sent. The sent version just adds To recipients since that's what Henry seemed to want. (Why would he be sending even 1 of his 263 messages to a BCC?)
If you want to include every recipent of every type, then simply change this line:
repeat with toRecip in (every recipient of theMsg whose recipient type is (to recipient))
to this:
repeat with toRecip in (every recipient of theMsg)
--
Paul Berkowitz
MVP MacOffice
Entourage FAQ Page: <http://www.entourage.mvps.org/faq/index.html>
AppleScripts for Entourage: <http://macscripter.net/scriptbuilders/>
PLEASE always state which version of Microsoft Office you are using - **2004**, X or 2001. It's often impossible to answer your questions otherwise.
- Re: Contact -- group maintenance issues Paul Berkowitz
- Re: Contact -- group maintenance issues henryn
- Re: Contact -- group maintenance issues Paul Berkowitz
- Re: Contact -- group maintenance issues Paul Berkowitz
- Re: Contact -- group maintenance issues henryn
