The offending line is the message signature line. There is definitely a signature “kings”, but Mail doesn’t want to provide access to it.
tell application "Mail"
get signatures
end tell
returns
{signature "default" of application "Mail", signature "kings" of application "Mail”}
but
tell application "Mail"
set sigs to get signatures
properties of second item of sigs
end tell
gives
error "Mail got an error: Can’t get signature \"kings\"." number -1728 from signature “kings"
Any ideas gratefully received!
Jeremy
Jeremy Roussak