检查接收者号码是否在Apple脚本中启用了iMessage?

时间:2014-12-08 15:20:58

标签: applescript imessage ichat

我正在创建一个苹果脚本,将iMessages发送到某些数字,

我想在发送之前检查这些号码是否有iMessage。 我怎么能在脚本编辑器中实现这一点?以下是发送iMessage的脚本

tell application "Messages"
    set theBuddy to buddy "the receiver number here" of service "my service"
    send "Washer Done! :)" to theBuddy
end tell

仍然需要检查接收器是否能够在发送之前接收它。 有什么帮助吗?

此致

0 个答案:

没有答案