help
help
- Subject: help
- From: bill bi <email@hidden>
- Date: Mon, 19 Mar 2001 10:08:23 -0800
I am writing a script to transfer email to filermaker pro, but I do not know
the name of "From" and "sent" in the in box of ms outlook folder, Is any
body know???
I can get the "Subject", and "Content", it is as follows:
tell application "Outlook Express"
set theMessages to every message of the in box folder
repeat with theMsg in theMessages
set theSubjectList to theSubjectList & subject of theMsg
set theContentList to theContentList & content of theMsg
set foundSomeText to true
end repeat
end tell
from above code, you will see "Subject" is subject, "Content" in content,
but how about "From" and "sent"(time).
thank you!
bill
- Follow-Ups:
- Re: help
- From: Paul Berkowitz <email@hidden>