AppleScript-ObjC Bridge Problem
AppleScript-ObjC Bridge Problem
- Subject: AppleScript-ObjC Bridge Problem
- From: Dave <email@hidden>
- Date: Wed, 11 Nov 2015 15:42:46 +0000
I tried adding the following:
try
set myMessageID to theMessageIDString as number
on error errorMessage number errorNumber
say errorNumber
say errorMessage
return "getOutlookMessagePropertiesDictionaryWithMessageID - Error Message ID: " & theMessageIDString
end try
But I don’t get an error? Really confused as it what is going on with this seemingly simple Script and not sure how to debug it, any help greatly appreciated.
All the Best
Dave
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden