Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'I can't get this to work!!!' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
I can't get this to work!!!
Authored by: tcurtin on Apr 23, '03 03:49:09PM

I don't suppose anyone can help out - this is a great hint, but I get an error in script editor "A identifier can't go after this identifier" with a cancel button, and "applescript english" in light grey in the lower-left of the dialog. It highlights the words "download html" in the line "set download html attachments to true" as it gets this error.

Am I doing something obvious wrong here? I typed the script into script editor directly from this hint:

tell application "Mail"
set download html attachments to true
delay 4
set download html attachments to false
end tell



[ Reply to This | # ]