Re: Newbie Help
Re: Newbie Help
- Subject: Re: Newbie Help
- From: Mr Tea <email@hidden>
- Date: Fri, 21 Mar 2003 20:29:36 +0000
This from Matthew Van Wyk - dated 21/3/03 4:54 pm:
>
Is there anyway to tell entourage to highlight/select the first message or
>
even better the new message in the inbox.
The following line (wrapped in an Entourage 'tell' block) will get you a
list of the unread messages in the inbox...
get (messages whose read status is untouched) of the inbox folder returning
newmail
...Then you can loop through the list checking the messages to see if they
need to be printed (or whatever).
HTH
Mr Tea
_______________________________________________
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.
References: | |
| >Newbie Help (From: Matthew Van Wyk <email@hidden>) |