मैं एक मेल संदेश ('ड्राफ्ट' फ़ोल्डर में स्थित) को अपनी संदेश आईडी द्वारा प्राप्त करने का असफल (असफल) प्रयास कर रहा हूं।
निम्नलिखित कोड:
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
एक त्रुटि उत्पन्न करता है जो पढ़ता है: Error -1723. Can't get the content of message whose message id = 123456. Access not allowed.
मैं क्या खो रहा हूँ?
message://<YOUR-MESSAGE-ID@HERE>। के जरिए orgmode.org/worg/org-contrib/org-mac-message.html ।