Set Answered |
| Author |
Michael Tsai
|
| Last modified |
1998-11-23
|
|
What is this?
Example of how to mark messages as answered etc.
|
tell application "Mailsmith 1.1"
-- mark selected messages as replied to
-- can change 'answered' to 'forwarded' or 'redirected'
set answered of selection to true
end tell
|