• 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
Filemaker Pro 6 to Mail.app
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Filemaker Pro 6 to Mail.app


  • Subject: Filemaker Pro 6 to Mail.app
  • From: email@hidden
  • Date: Wed, 21 Aug 2002 15:24:26 +0200

Hi everyone !

A simple question (from a newbie), I would like to export my contacts name, first name, job description and email to Apple Mail.app in order to send some emails.

I have a script which exports from FM but how do I make a new mail in Mail.app with Apple Script (and use the informations from FM) ?


tell application "FileMaker Pro"
set strURL to cell "email" of current record
set strFNAME to cell "fname" of current record
set strLNAME to cell "lname" of current record
set strSUBJ to cell "Job Description" of current record
set strMessage to cell "Message" of current record
set strMAILTO to {strFNAME & " " & strLNAME & "<" & strURL & ">"}
end tell

tell application "Mail"

?????????????????

end tell


Thanks !


Lolo
_______________________________________________
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: Filemaker Pro 6 to Mail.app
      • From: Philip Aker <email@hidden>
    • Re: Filemaker Pro 6 to Mail.app
      • From: John Haley <email@hidden>
  • Prev by Date: Re: New Address Book in Jaguar 10.2...
  • Next by Date: Re: Can't write to file - MacOS 9.1 + AS 1.8.3
  • Previous by thread: Was: New Address Book in Jaguar 10.2. IS: whiskey & valium
  • Next by thread: Re: Filemaker Pro 6 to Mail.app
  • Index(es):
    • Date
    • Thread