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.
:)