Re: Adding addresses to Eudora Nickname
Re: Adding addresses to Eudora Nickname
- Subject: Re: Adding addresses to Eudora Nickname
- From: "Christopher C. Stone" <email@hidden>
- Date: Tue, 21 Nov 2000 20:10:31 -0600
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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~