• 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
Entourage question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Entourage question


  • Subject: Entourage question
  • From: McGill Bryan <email@hidden>
  • Date: Mon, 19 Sep 2005 13:14:11 -0500

Hello. Wondering if anyone could PLEASE provide insight to this issue.


Goal:

Trying to add a BCC address to an outgoing message. For instance, an
Entourage OUTGOING rule will detect if message meets certain criteria. If
so, automatically add specific email address to the BCC, on the fly.

Problem:

tell application "Microsoft Entourage"

    set myMsg to (current messages)
    set theMsg to item 1 of myMsg

    tell theMsg
         make new bcc recipient with properties {address:"email@hidden"}
    end tell
End tell

Error:

"Microsoft Entourage got an error: A descriptor type mismatch occurred."

Question:

Is there a way to change the address property of an outgoing message, after
it's already been composed and user has clicked the Send button. Again the
outgoing rule will check for triggers before it is actually sent and while
in the Outbox.

Thanks for any help!



 _______________________________________________
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: Entourage question
      • From: Paul Berkowitz <email@hidden>
  • Prev by Date: Re: Search for a character
  • Next by Date: Re: How to deal with Asynchronous Finder operations
  • Previous by thread: Re: Search for a character
  • Next by thread: Re: Entourage question
  • Index(es):
    • Date
    • Thread