• 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
AppleScript Inquiry (FileMaker 8 Advanced)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AppleScript Inquiry (FileMaker 8 Advanced)


  • Subject: AppleScript Inquiry (FileMaker 8 Advanced)
  • From: "Bustillos, Fred" <email@hidden>
  • Date: Thu, 18 May 2006 04:16:39 +0800

Title: AppleScript Inquiry (FileMaker 8 Advanced)

Hello,

Are there any AppleScript experts that can offer any suggestions/comments on what I might be doing wrong as it relates to my AppleScript (below) please?

My objective is to send a Microsoft Entourage eMail via AppleScript utilizing FileMaker 8 Advanced script function "Send Mail." The problem is that FileMaker seems to only want to place the eMail in Entourage's Draft box, instead of actually sending it.

The AppleScript below worked perfectly in FileMaker Pro 6 when we were using Outlook, but doesn't work now in FileMaker 8 using Entourage in OS X.

AppleScript:

"tell application \"Microsoft Outlook\"¶
¦
CreateMail ¦
        Subject \"" & Alert_SubjectLine & "\" ¬¶
        Body \"" & AlertNote_Body & "\"¬¶
        Recipients {\"" & Substitute(Alert_ToList;"; ";"\", \"") & "\"} ¬¶ "
&
If(not IsEmpty(Alert_CCList);"        CC_Recipients {\"" &
Substitute(Alert_CCList;"; ";"\", \"") & "\"} ¦";"") & "
        without Display¶
end tell"



Fred Bustillos | Workflow Specialist | Office: (714) 382-5946 | Ingram Micro - Marketing Communications

This email may contain material that is confidential and/or privileged for the sole use of the intended recipient.  Any review, reliance or distribution by others or forwarding without express permission is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies.



DISCLAIMER: This email may contain material that is confidential, for the sole use of the intended recipient. Any review, reliance or distribution by others or forwarding without express permission is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies.


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: AppleScript Inquiry (FileMaker 8 Advanced)
      • From: Bruce Robertson <email@hidden>
    • Re: AppleScript Inquiry (FileMaker 8 Advanced)
      • From: Tim Mansour <email@hidden>
  • Prev by Date: Entourage2004 Font Color Crash
  • Next by Date: Re: Reading/writing a "pref" file?
  • Previous by thread: Entourage2004 Font Color Crash
  • Next by thread: Re: AppleScript Inquiry (FileMaker 8 Advanced)
  • Index(es):
    • Date
    • Thread