Re: email address from address book
Re: email address from address book
- Subject: Re: email address from address book
- From: Paul Berkowitz <email@hidden>
- Date: Wed, 12 May 2004 01:07:08 -0700
On 5/12/04 12:34 AM, "Andre Vink" <email@hidden> wrote:
>
How to get an email address from every person in to a list?
>
>
tell application "Address Book"
>
properties of email of every person
>
end tell
>
'email' is am element, not a property, of person. Each person can have many,
1, or 0 emails.
tell application "Address Book"
value of every email of every person
end tell
will get you a list of lists.
--
Paul Berkowitz
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.