Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

jimmyhartington

macrumors newbie
Original poster
Jun 3, 2014
5
0
Hi

I have an AppleScript which I have used to move messages to an archive folder in Outlook 2011 (version 14.4.2).
Now it is broken and would like to hear if anybody has the same issue.
I am running OS X 10.9.3

The code is:
Code:
tell application "Microsoft Outlook"
	set theMessages to current messages
	set thisFolder to mail folder id 267 of application "Microsoft Outlook"
	repeat with theMsg in theMessages
		move theMsg to thisFolder
	end repeat
end tell

If you copy paste it into the AppleScript Editor and compile it, then you get an error.
I do not know if it is Mavericks or Outlook which is broken.
Hope somebody knows anything about this.
 
Now it is broken and would like to hear if anybody has the same issue.
I am running OS X 10.9.3

If you copy paste it into the AppleScript Editor and compile it, then you get an error.

So it used to work on what version of Outlook and OS X? Please post the exact error message you get.
 
I know found the error.

It was actual not in Microsoft Outlook itself.

But I had an installation of Parallels Desktop with Windows 7, which had registered it apps as Mac apps.
And when I disabled that sharing it know works again.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.