Entourage Script Question - Setting Read Status
Entourage Script Question - Setting Read Status
- Subject: Entourage Script Question - Setting Read Status
- From: Matthew Van Wyk <email@hidden>
- Date: Mon, 24 Mar 2003 00:31:07 -0500
Hi Guys
I posted a message on Friday and received some help, Thanks to the
people who helped me with that;) My script is running great there is
only one small thing, basically what my script does is get a list of
the new msgs received, (invoked from a rule) and then if there is
attachments, it prints them out. This all works fine, the only thing
is, if the msgs aren't read or looked at everytime it runs its
selecting msgs that were received previously, so im getting duplicates
printed. :(( is there a way to actually tell entourage to make the
current msg im working with as read, or touched? so that the script
wont print it again.
any help in this Regard would be great:))
here is what i thought would work but i was obviously wrong (im still
getting to understand the way applescript works:)
set status of newmsg to touched
I also tried
set read status of newmsg to touched
but it didn't like either;((
Thanks Again for any suggestions anyone can offer;))
Matt
_______________________________________________
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.