Re: Entourage Script Question - Setting Read Status
Re: Entourage Script Question - Setting Read Status
- Subject: Re: Entourage Script Question - Setting Read Status
- From: Kai <email@hidden>
- Date: Mon, 24 Mar 2003 09:06:54 +0000
on Mon, 24 Mar 2003 00:31:07 -0500, Matthew Van Wyk
<email@hidden> wrote:
>
here is what i thought would work but i was obviously wrong (im still
>
getting to understand the way applescript works:)
Checking the application's AS dictionary should give you a clue, Matt. For
example, by checking Outlook Express's dictionary for 'message', I see:
---------------------------
read status untouched/read
---------------------------
(It's probably the same or similar in Entourage.)
>
set status of newmsg to touched
>
I also tried
>
set read status of newmsg to touched
>
>
but it didn't like either;((
So now try something like:
=================================
set read status of newmsg to read
=================================
--
Kai
_______________________________________________
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.