Tôi đang cố gắng (không thành công) để nhận được thư Mail (nằm trong thư mục 'Thư nháp') bởi id tin nhắn của nó.
Các mã sau đây:
set theContent to getContent(123456)
on getContent(theID)
tell application "Mail"
try
return ((content of message whose message id is theID) as rich text)
on error errText number errNum
display dialog "Error: " & errNum & return & errText
end try
end tell
end getContent
Tạo một lỗi đọc: Error -1723. Can't get the content of message whose message id = 123456. Access not allowed.
Tôi đang thiếu gì?
message://<YOUR-MESSAGE-ID@HERE>
. Thông qua orgmode.org/worg/org-contrib/org-mac-message.html .