Dave wrote:
> Ok, I hear what you are saying but I’ve almost got it working as it
is and what I’m doing is not that difficult and I should be able to do
it in the Scripting Bridge
Only if SB lets you do it. There's lots of stuff that works perfectly in
AS that you *cannot do* in SB because S
Ok, I hear what you are saying but I’ve almost got it working as it is and what
I’m doing is not that difficult and I should be able to do it in the Scripting
Bridge, the thing that is confusing me is that:
set myObjectID to the id of (object of myWindow)
set myContent to the plain text content
Dave wrote:
> I’m using the Scripting Bridge to Target MS Outlook. I’m trying to
figure out how to do the following AppleScript using the Scripting
Bridge. Please see Full Script below, I’ve got most of the code, but I
can’t seem to figure out the right Objective-C code for these two
statemen
Hi,
I’m using the Scripting Bridge to Target MS Outlook. I’m trying to figure out
how to do the following AppleScript using the Scripting Bridge. Please see Full
Script below, I’ve got most of the code, but I can’t seem to figure out the
right Objective-C code for these two statements:
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” s