Return to Snippet

Revision: 21099
at December 3, 2009 10:55 by iloveitaly


Initial Code
using terms from application "Mail"
	tell application "Mail"
		set selectedMessages to selection
		repeat with eachMessage in selectedMessages
			set was replied to of eachMessage to true
		end repeat
	end tell
end using terms from

Initial URL

                                

Initial Description

                                

Initial Title
OS X Mail Mark As Replied

Initial Tags
script

Initial Language
AppleScript