Moving messages in AppleScript

C

Chris Ridd

Is it possible to move a message that has an online status of "headers only"
between IMAP folders in Applescript?

It is possible using the GUI, but if my script does:

move msg to someFolder

or even (getting desperate):

duplicate msg to someFolder
delete msg

Entourage complains to my script that "the message is online and this
operation is not yet supported".

Is there a trick I'm missing?

Cheers,

Chris
 
P

Paul Berkowitz

Is it possible to move a message that has an online status of "headers only"
between IMAP folders in Applescript?

It is possible using the GUI, but if my script does:

move msg to someFolder

or even (getting desperate):

duplicate msg to someFolder
delete msg

Entourage complains to my script that "the message is online and this
operation is not yet supported".

Is there a trick I'm missing?

No. See my answer in your other thread.

Life is simpler for all of us if you'd stick to one thread, please. If you
don't get a timely response, it's either because no one knows the answer or
people who do might be away from home. I was away from home for a week.

--
Paul Berkowitz
MVP Entourage
Entourage FAQ Page: <http://www.entourage.mvps.org/faq/index.html>
AppleScripts for Entourage: <http://macscripter.net/scriptbuilders/>

Please "Reply To Newsgroup" to reply to this message. Emails will be
ignored.

PLEASE always state which version of Entourage you are using - **2004**, X
or 2001. It's often impossible to answer your questions otherwise.
 
C

Chris Ridd

No. See my answer in your other thread.
Darn.

Life is simpler for all of us if you'd stick to one thread, please. If you

It *was* another topic, which is why another thread made sense.

Cheers,

Chris
 
Top