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 (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to