Re: Entourage : Returning info from multiple new messages
Re: Entourage : Returning info from multiple new messages
- Subject: Re: Entourage : Returning info from multiple new messages
- From: "Gary (Lists)" <email@hidden>
- Date: Thu, 18 Aug 2005 10:56:31 -0400
"Jay Louvion" wrote:
> How can I mark the printed or download triggering messages as read ? Ive tried
> set properties of theMsg to {mark as read:true} but even though it compiles,
> it just returns ³unknown object type² (which does not figure in my most
> amusing AS errors...;-)
Jay, I'm not testing this or anything but typically (setting a property of
something), instead of saying "set properties of theMsg to {mark as
read:true}" (which doesn't make much overall sense) you would say:
set _someProperty_ of _someThing_ to _someValue_
so
set the mark as read of theMsg to true
would be the thing to try.
--
Gary
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden