On 6/26/02 11:48 AM, "Dan Frakes" <[EMAIL PROTECTED]> wrote:
> on 6/26/02 9:52 AM, Dan Frakes at [EMAIL PROTECTED] wrote: > >>> Replace this line with: move theMsg to folder " SPAM" >>> >>> That should do it. >> >> That worked! Thanks, Bill :) > > OK, I tried that before receiving the next digest with contributions from > Dan and Paul. > > So... which of the following, both of which appear to work fine, is a better > approach? > > > move theMsg to folder " SPAM" > > set the storage of theMsg to folder " SPAM" > It really doesn't matter. AppleScript often gives you alternatives. Dan is right that 'set' is an event too. The place where 'set [properties]' is an advantage is where you can do several at once with one event instead of several different ones. Here either way will do. Go with whichever feels more intuitive to you. -- Paul Berkowitz -- To unsubscribe: <mailto:[EMAIL PROTECTED]> archives: <http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/> old-archive: <http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>
