Mail email to Filemaker
Mail email to Filemaker
- Subject: Mail email to Filemaker
- From: Rod McDevitt <email@hidden>
- Date: Mon, 10 Nov 2003 10:23:19 +1000
Can anyone point me in the right direction after searching the
archives - I am trying to extract details of a current Mail email
being browsed and create a new record in a Filemaker file "MAIL
TEST.fp5"but am up against a brick wall.
What is wrong with this baby????
tell application "Mail"
activate
set var70 to name of to recipient
set var71 to sender of message
set var72 to subject of message
tell application "FileMaker Developer"
activate
set newrec to create new record of database "MAIL TEST.fp5"
set cell "email" of newrec to var70
set cell "from" of newrec to var71
set cell "subject" of newrec to var72
end tell
end tell
TIA
Rod
PressO Software
_______________________________________________
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.