Entourage question
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