You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mailsmi...@googlegroups.com
The script below runs without error but fails to select a
message. Is there a good reason for this? If I replace
<select> with <open> then I get what I ask for.
tell application "Mailsmith"
activate
set index of window "Mail Browser" to 1 --OK
--select mailbox "(incoming mail)" -- OK
select incoming mail -- OK
select first message in incoming mail --!! No selection results
end tell
--JD
PS. The script I posted for sending a message with a Return
Receipt request has worked well ever since.