Move Entourage Message to Another Folder

M

michael.hyatt

I want to create an AppleScript to move a message in my inbox folder to
an archive folder. The catch is that the inbox is an exchange server.
The folder hierarchy is [myname]\inbox. I want to move it to
[myname]\inbox\archive. Is this possible? I know in earlier versions of
Entourage, it was not possible to get the message ID from a message in
an IMAP folder.
 
P

Paul Berkowitz

I want to create an AppleScript to move a message in my inbox folder to
an archive folder. The catch is that the inbox is an exchange server.
The folder hierarchy is [myname]\inbox. I want to move it to
[myname]\inbox\archive. Is this possible? I know in earlier versions of
Entourage, it was not possible to get the message ID from a message in
an IMAP folder.

That is correct. You still can't move messages to or on servers. (By some
oversight, which is actually a bug, you CAN move calendar events to an
Exchange calendar, and it keeps the same ID. For now...)

You can, however duplicate messages to local folders by script. If you make
your archive folder somewhere "On My Computer" you can duplicate the message
to it, then delete the original, by script.

--
Paul Berkowitz
MVP MacOffice
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 Microsoft Office you are using -
**2004**, X or 2001. It's often impossible to answer your questions
otherwise.
 
Top