• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
help
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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>
  • Prev by Date: Re: How to use delimiters in Standard Additions file read/write
  • Next by Date: Re: How to use delimiters in Standard Additions file read/write
  • Previous by thread: Re: SET applescript-users MAIL ACK
  • Next by thread: Re: help
  • Index(es):
    • Date
    • Thread