Moving IMAP messages in Entourage
Moving IMAP messages in Entourage
- Subject: Moving IMAP messages in Entourage
- From: Matthew Smith <email@hidden>
- Date: Fri, 04 Jul 2003 15:36:25 +1000
I am trying to use AppleScript to move a message from an IMAP inbox to a
folder in "On My Computer". Nothing happens, not even an error message.
Here's the code:
tell application "Microsoft Entourage"
set msg to item 1 of (get selection)
move msg to folder "abc"
end tell
When I try it to a folder on the IMAP account. I get the error message:
"Microsoft Entourage got an error: Some data was the wrong type."
tell application "Microsoft Entourage"
set msg to item 1 of (get selection)
move msg to folder "abc" of IMAP account "email@hidden"
end tell
Is there something I am missing, or is it a bug with Entourage?
--
Matthew Smith
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.