Hi all
This is very basic, am
having problems with the script below.
Microsoft entourage 2004.
version 11.1.0
Set pwriteup to “Macintosh
HD:FileToSend:v9999”
tell application
"Microsoft Entourage"
activate
set
newMessage to make new outgoing message with properties
{subject:"translation", content:"" & return &
return}
tell
newMessage
set visible to true
make new to recipient at end of to recipients with properties
{address: email@hidden}
tell
content
make new attachment with properties {file name: "pwriteup"}
at after the last paragraph
end
tel
end
tell
end tell
I get an error message at “@”
expected , or } but found unknown token – line make new to recipient. And
also error at make new attachment.
How do I send multiple
attachments to multiple email addresses?
Where I can I find entourage
script examples, I searched the net but did not find one for sending new mail. Also
checked all my emails on subject email.
Thanks
Ruby.