On 6/30/02 11:56, Allen Watson wrote:
>> I have a rule that adds certain senders to a Group. If the person who sends
>> the mail includes their "real name" Entourage X add to the group something
>> like:
>>
>> Bob Smith <[EMAIL PROTECTED]>
>>
>> But I don't want the name or the <> characters. I only want this added to
>> the group:
>>
>> [EMAIL PROTECTED]
>>
>>
>> Any ideas? Thank you.
>>
> Well, you cannot change the way the rule does it. What you want might be
> possible using a script, but one has to ask, why do you care??
Yes, an AppleScript can do this, as Allen surmises. Try:
tell application "Microsoft Entourage"
make new group entry at group �
"groupnamehere" with properties {content:"[EMAIL PROTECTED]"}
end tell
But also as Allen says, why?
George
--
George Clark - [EMAIL PROTECTED]
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
archives: <http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/>
old-archive: <http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>