• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Moving IMAP messages in Entourage
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: Moving IMAP messages in Entourage
      • From: Paul Berkowitz <email@hidden>
  • Prev by Date: re: Strange problem with text item delimiters
  • Next by Date: Re: Calling OSX AppleScript from Classic Apps
  • Previous by thread: Re: why won't force-eject work in a script, but will from command line?
  • Next by thread: Re: Moving IMAP messages in Entourage
  • Index(es):
    • Date
    • Thread