J
Jonathan Duke
In Entourage v.X, I'm trying to move messages from a local folder to an
IMAP folder (same source/destination folders) and run that on a schedule.
I've got a problem with my script and am not certain where to read up on
the best way to accomplish this procedure. How I wish Entourage were
recordable....
Here's my script at the moment:
tell application "Microsoft Entourage"
move (every message in outbox folder) to folder "Sent Items" in IMAP
account "LBE IMAP"
end tell
I started with a script that would move between local folders, but am
not certain how to reference server-based folders.
Thanks for any pointers.
Cheers,
Jon
IMAP folder (same source/destination folders) and run that on a schedule.
I've got a problem with my script and am not certain where to read up on
the best way to accomplish this procedure. How I wish Entourage were
recordable....
Here's my script at the moment:
tell application "Microsoft Entourage"
move (every message in outbox folder) to folder "Sent Items" in IMAP
account "LBE IMAP"
end tell
I started with a script that would move between local folders, but am
not certain how to reference server-based folders.
Thanks for any pointers.
Cheers,
Jon