Netscape has this nifty option to “Add All to Addressbook” that works with this, so I may be drawing false distinctions bet CC and To fields for E2001. In E2001, when viewing an email in preview pane, are the “To” field contacts sent by the original sender using the “CC” field? I had thought that if one entered addresses individually into the “To” field that only the individual recipient is viewable and that only CCs can be viewed by everyone emailed. I have rec’d an email in which each contact is listed individually in the “To” field as First Last names <mailto:####@domain.com> with semi-colons separating each entry. Can I assume that this is not a group and therefore I should be able to use your script, or is the problem that they are not contained in the “CC” field?
From: "Entourage:mac Talk" <[EMAIL PROTECTED]>
Date: Sun, 11 Aug 2002 20:00:01 -0700
To: "Entourage:mac Talk" <[EMAIL PROTECTED]>
Subject: Entourage-Talk Digest - 08/11/02
From: Paul Berkowitz <[EMAIL PROTECTED]>
Date: Sun, 11 Aug 2002 11:40:14 -0700
Subject: Re: Importing Cced Contacts
On 8/11/02 11:01 AM, I wrote:
display dialog "There is already a contact of the same name \"" & dName & "\" but not this email address." & return & return & "Add the email address to the existing contact, or make a new contact?" buttons {"Add Email Address", "Make New Contact"} with icon 2
Somehow a tab must have crept in there in the original, replaced by 5 spaces in email:
the same name \"" & dName
Not serious, but replace that by a single space, as in:
display dialog "There is already a contact of the same name \"" & dName & "\" but not this email address." & return & return & "Add the email address to the existing contact, or make a new contact?" buttons {"Add Email Address", "Make New Contact"} with icon 2
--
Paul Berkowitz
