使用applescript为outlook中的传出邮件定义签名

使用applescript为outlook中的传出邮件定义签名,outlook,applescript,Outlook,Applescript,我搜索了很多,以找到一个解决方案,该解决方案可以为使用applescript创建的传出消息定义签名。 但它们似乎都不起作用 set newMessage to make new outgoing message with properties {subject:("Meeting reminder:" & space & subject1 & space & "@" & space & starttime),

我搜索了很多,以找到一个解决方案,该解决方案可以为使用applescript创建的传出消息定义签名。 但它们似乎都不起作用

set newMessage to make new outgoing message with properties {subject:("Meeting reminder:" & space & subject1 & space & "@" & space & starttime), content:textstext}
            make new recipient at newMessage with properties {email address:{address:emailadd}}
            set message signature of newMessage to signature "1"
我只想设置为空签名,因为我不想使用默认签名