Hi, all--
     I'm a klutz with Applescript and am hoping
somebody can help with this. I'm using "Export - Senders"
to export the names and addresses from selected
messages to a text file. It works great!

     Now, I'd like that text file to include the
date of the message. I tried telling it to
'set theDate to time sent of theMessage' and then
in the data loop added '& item i of theDate as string & return to 
theFile'.

     The result is an error message, it says something
like 'can't get 1 of date(Monday, etc.)'. The resulting
file has no data but does have my text string that
says "Name  Email  Date" at the top.

     How do I tell it to give me the date? It doesn't have
to be fancy. If I can just get the whole 'time sent'
string out I can parse it later in my database.

     Sorry if this is off-topic to Emailer but I thought
somebody here might already have solved this one.
I know there are places to go to look for Applescript
info, sigh. Thank you!!

Best wishes,
Anna

___________________________________________________________________________
To unsubscribe send a mail message with a SUBJECT line of "unsubscribe" to
<[EMAIL PROTECTED]>  or  <[EMAIL PROTECTED]>

Reply via email to