Getting some items in OSX Mail - fail
Getting some items in OSX Mail - fail
- Subject: Getting some items in OSX Mail - fail
- From: Douglas Wagner <email@hidden>
- Date: Sat, 16 Feb 2002 16:27:27 +0000
Hello:
set currentMailbox to mailbox 1 of account "Personal Mailboxes"
The lines below work:
get the sender of message 1 of currentMailbox --> "\"John Doe\"
<email@hidden>"
get the subject of message 1 of currentMailbox --> "message subject"
get the content of message 1 of currentMailbox --> "text of the message"
However this line returns an empty string:
get the date received of message 1 of currentMailbox -->"" (empty string)
And this line fails if the message was "Forwarded".
get the content of message 1 of currentMailbox --> "" (Forwarded message)
Is there a way around these two problems?
Thanks: DW
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.