<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">Hi,<br>
I’m trying to use JSX for MM’s “perform” command (must break out to this AppleScript way of doing things into a language that others can understand, I thought).</p>

<p dir="auto">I would have expected something like:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">var mm = Application('MailMate’);
mm.perform('toggleFlag:’);
</code></pre>

<p dir="auto">But no. <br>
Thanks in advance,<br>
Craig</p>
</div>
</div>
</body>
</html>