Re: Efficiently using whose on Address Book users
Re: Efficiently using whose on Address Book users
- Subject: Re: Efficiently using whose on Address Book users
- From: Michael Terry <email@hidden>
- Date: Sun, 22 Feb 2004 18:00:52 -0800
On Feb 22, 2004, at 5:16 PM, Jeff Porten wrote:
Is there a way of constructing a whose clause that comes up with this?
And here's another:
on isInTheBook(addy)
tell application "Address Book"
return {{addy}} is in value of emails of people
end tell
end isInTheBook
set address to "email@hidden"
isInTheBook(address)
_______________________________________________
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.