Entourage sending email without spelling
Entourage sending email without spelling
- Subject: Entourage sending email without spelling
- From: Max Bonilla <email@hidden>
- Date: Sat, 24 Nov 2007 12:34:37 -0500
- Thread-topic: Entourage sending email without spelling
Title: Entourage sending email without spelling
Hello everyone,
I have created a script that generates a long email. I want to send it using Entourage, but the program will not send the email without running the spellchecker.
I don’t want to deactivate the spellchecker for all emails, just for the one that I’m trying to send automatically. I can’t find information in the AS Entourage dictionary to do this. Is this possible, and if so, how?
Here’s what I have:
BodyText is set up by the first part of the script.
set subj to ">>Next Action Item information from OmniFocus<<"
set Body to "The following is the OmniFocus Next Action list sorted by context. It is valid as of " & ((current date) as string) & return & return & BodyText
set RespEmail to SomeEmailAddress
tell application "Microsoft Entourage"
set Dominant to POP account "«Dominant»"
set Temp to make new draft window with properties {subject:subj, recipient:RespEmail, content:Body, account:Dominant}
send Temp
end tell
Thanks a lot.
Max
_______________________________________________
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/archives/applescript-users
This email sent to email@hidden