Re: Entourage vX: every Message whose category is not "Work"
Re: Entourage vX: every Message whose category is not "Work"
- Subject: Re: Entourage vX: every Message whose category is not "Work"
- From: Malcolm Fitzgerald <email@hidden>
- Date: Thu, 4 Mar 2004 13:26:02 +1100
Hello,
I am having a darn time trying to make this work. Any ideas?
tell application "Microsoft Entourage"
tell folder vItemNth
set vEmailList to every message whose category is not "Work"
end tell
end tell
category is returning a list - and - it returns a list of ids, eg
{category id 2, category id 4}. So you need to get the category ids
then check the name of that category. Paul may know why this is so.
--
Malcolm Fitzgerald
Database Manager
The Australian Society of Authors
Promoting and protecting the
professional interests of
Australia's literary creators.
ph: 02 9318 0877 fx: 02 9318 0530 <
http://www.asauthors.org>
PO Box 1566 Strawberry Hills NSW 2016
_______________________________________________
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.