An unknown error (-17199) occurred. (Is there a property so this doesn't display?)

  • Thread starter gimme_this_gimme_that
  • Start date
G

gimme_this_gimme_that

Entourage says:

"A message in your Outbox could not be sent. The account which created
the message cannot be found."

I'm sending the message from Script Editor with this script:

tell application "Microsoft Entourage"
activate
set filePath to "Macintosh HD:Users:ann:Documents:igawk.1.pdf"
set smtp_account to IMAP account "ann_example"
set msg to make new outgoing message with properties {subject:"Gwak
Documentation", content:"Here it is", recipient:"Ann Example
<[email protected]>", attachment:alias filePath,
account:smtp_account}
send msg
end tell

The error is benign, the message gets sent.

But is there a property that can be set so this error message does not
display?


Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top