• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Simple Entourage AS Question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Simple Entourage AS Question


  • Subject: Re: Simple Entourage AS Question
  • From: Gnarlodious <email@hidden>
  • Date: Tue, 13 Apr 2004 21:48:46 -0600

Entity Dennis Wurster spoke thus:

> What's the proper syntax for referring to a message that is being
> processed by Entourage's mail rules?
Something like this?


tell application "Microsoft Entourage"
repeat while connection in progress
delay 1
end repeat
set newMsgs to every message in in box folder whose read status is
untouched
repeat with i from 1 to (count newMsgs)
set newMsg to item i of newMsgs

--do some stuff

end if
end repeat
end tell



-- Gnarlie
<http://www.Gnarlodious.com/OSX/AppleScript/AppleScript.html>
_______________________________________________
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: 
 >Simple Entourage AS Question (From: Dennis Wurster <email@hidden>)

  • Prev by Date: Re: problem with a mail.app script
  • Next by Date: Re: [OT] network time servers
  • Previous by thread: Re: Simple Entourage AS Question
  • Next by thread: Address book question
  • Index(es):
    • Date
    • Thread