Another Scripting Bridge Question
Another Scripting Bridge Question
- Subject: Another Scripting Bridge Question
- From: Dave <email@hidden>
- Date: Fri, 26 Jun 2015 16:27:17 +0100
H All,
In the following Application Script:
tell application “Microsoft Outlook”
activate
set myMessageList to current messages
set myMessage to item 1 of myMessageList
set the subject of myMessage to “Hello World”
save front window
end tell
Which application handle the “save front window” statement?
I’m trying to figure out how to do the save using the Scripting Bridge and I’m not sure how it’s handled normally?
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