我需要提取/读取通过iMessage接收的传入消息的内容。我很难找到正确的命令来提取信息。有人能指出我正确的方向吗? 我知道我到目前为止还不多,我是新手:(
using terms from application "Messages"
on message received theMessage
return theMessage
end message received
end using terms from
答案 0 :(得分:0)
我建议您查看ElCapitain中提供的用户库/应用程序脚本/ com.apple.iChat中的示例,其中包含“Mix message Case.applescript文件,其中包含每个消息案例的语法(已接收,发送,邀请等)。 ..)
根据该文件,您必须将属性添加到“收到的消息”,如:
on message received theMessage from theBuddy for theChat