Re: Adding addresses to Eudora Nickname
Re: Adding addresses to Eudora Nickname
- Subject: Re: Adding addresses to Eudora Nickname
- From: Max Bonilla <email@hidden>
- Date: Wed, 22 Nov 2000 21:37:24 -0600
Chris,
Thanks, that's exactly what I was looking for!
Max
At 17:36 -0600 11/20/00, Max Bonilla wrought:
Does anyone know of a way to add addresses to an existing Eudora
Nickname in Eudora 5.0's address book? Thanks!!
___________________________________________________________________________
Hello Max,
You can do something like this:
tell application "Eudora"
-- Changes won't show up in the Address Book UI without
-- closing/reopening - if it's open of course.
save window "address book"
close window "address book"
tell nickname "Christopher C. Stone"
set addresses to addresses & ",email@hidden"
end tell
open window "address book"
end tell
Best Regards,
Chris
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Christopher C. Stone
StoneWorks Computer Consulting
email@hidden
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~