Re: Mail email to Filemaker
Re: Mail email to Filemaker
- Subject: Re: Mail email to Filemaker
- From: Rod McDevitt <email@hidden>
- Date: Wed, 12 Nov 2003 20:54:03 +1000
Thanks for your help but
" tell application "Mail"
activate
set var70 to name of to recipient
set var71 to sender of message
set var72 to subject of message
end tell
tell application "FileMaker Pro"
tell database "MAIL TEST.fp5"
create new record with data {var70, var71, var72}
end tell
end tell"
generates an error " expected expression but found to" in script
editor. Is this the correct syntax for MAIL?
If you delete that line, you get a "the variable message is not
defined" . I no understand!!!!
TIA
Rod
_______________________________________________
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.