• 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
Scripting Entourage to send an email dialogue issue
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Scripting Entourage to send an email dialogue issue


  • Subject: Scripting Entourage to send an email dialogue issue
  • From: Tim Piper <email@hidden>
  • Date: Fri, 22 Feb 2008 15:05:21 +0000

Hi folks

Script:

--------------------

try
tell application "Microsoft Entourage"
make new outgoing message with properties {recipient:emailAddress, BCC recipients:itemail, subject:email_subject, content:"body text" & igetit, attachment:toattach, has html:true}
set messID to the result
send messID
end tell
end try

-------------


Now, this works fine, (all the variables are defined and working ok)

but Entourage then brings up its warning dialogue about a script trying to send a message.

Is there any way around this?

Or is it a matter of turning that warning off within Entourage? That would be a pity and a security risk..

Thoughts please!

Apologies if the way I write questions makes them difficult to understand.

:)


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: Scripting Entourage to send an email dialogue issue
      • From: Paul Berkowitz <email@hidden>
  • Prev by Date: Re: Broken date math on AppleScript 2.0
  • Next by Date: Re: Broken date math on AppleScript 2.0
  • Previous by thread: Re: AppleScript-Users Digest, Vol 5, Issue 126
  • Next by thread: Re: Scripting Entourage to send an email dialogue issue
  • Index(es):
    • Date
    • Thread