• 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
Mail email to Filemaker
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: Mail email to Filemaker
      • From: Malcolm Fitzgerald <email@hidden>
  • Prev by Date: Replace å-ä-ö whit applescript.
  • Next by Date: mutli instances test (was Re: Multi-threaded)
  • Previous by thread: Re: Replace å-ä-ö whit applescript.
  • Next by thread: Re: Mail email to Filemaker
  • Index(es):
    • Date
    • Thread