On 8/10/02 1:02 PM, "Dan Frakes" <[EMAIL PROTECTED]> wrote:

> If I wanted to include a line in a script that changes the category of a
> message to "Junk," what's the proper syntax?
> 
> I tried the following, which compiles fine but it doesn't actually work ;)
> 
>   set the category name of theMsg to "Junk"
> 
> 
    set category of theMsg to {category "Junk"}

As far as i understand, you're trying to change the category, not the name
of the category. (Not quite sure what purpose changing the name of a
category would be - it would then change for every single item in Entourage
bearing that category.)  And the category of an item - a message, contact,
whatever - is a list - as the Dictionary says - of Entourage categories. (A
little confusing for sure.) Hence the list brackets, and the list item being
a category.

-- 
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/>

Reply via email to