> On 11 Nov 2015, at 22:34, Shane Stanley wrote:
>
> On 12 Nov 2015, at 4:29 AM, Dave wrote:
>>
>> I restarted my Mac and and added as string on the handler definition and it
>> started working (not sure which of these helped):
>
> The "as string" did it. Passing from Objective-C to AppleSc
On 12 Nov 2015, at 4:29 AM, Dave wrote:
>
> I restarted my Mac and and added as string on the handler definition and it
> started working (not sure which of these helped):
The "as string" did it. Passing from Objective-C to AppleScript uses lazy
conversion; it doesn't happen unless you ask fo
Hi,
I restarted my Mac and and added as string on the handler definition and it
started working (not sure which of these helped):
on getOutlookMessagePropertiesDictionaryWithMessageID:(theMessageIDString as
string)
say "getOutlookMessagePropertiesDictionaryWith