Trying to send mail with attachments through Entourage
Trying to send mail with attachments through Entourage
- Subject: Trying to send mail with attachments through Entourage
- From: Bryan Lockwood <email@hidden>
- Date: Sun, 17 Dec 2006 10:57:09 -0500
- Thread-topic: Trying to send mail with attachments through Entourage
I am trying to create an AppleScript to that will use Entourage to generate
a new message, address it properly, and then add all the PDF files that are
found where the scanner software left them. Seems straightforward. I can
create a new message easily enough:
tell application "Microsoft Entourage"
set msg to make new outgoing message with properties {subject:"XXX"}
end tell
>From here on, though, I am baffled. Statements like "make new recipient" or
"make new attachment" are flatly rejected as impossible requests.
Can anyone give me a clue here? It would be greatly appreciated.
Bryan Lockwood
_______________________________________________
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/mailman//archives/applescript-users
This email sent to email@hidden