I have Outlook Express set up to receive email from three different accounts. The problem is, the messages all end up together in the “Inbox” folder. I know how to move messages to other folders, but I don’t know how to write a script that will identify which folder each message belongs in.
I need to be able to get the email address from the “To” field from the message’s header. So far, I have been able to get the “Subject” field, but nothing else.
In other words,
–This works
tell application “Outlook Express”
get subject of message 1 of folder “Inbox”
end tell
but I can’t figure out how to call up the “To” field in a similar way. This ought to be simple. I just don’t know the language for it. :evil: