C
coffeegreek
I would like a simple script that will take an open message window
(draft) and do the following:
1. Apply a defined character set (i.e. "Greek (ISO)") - this is from
the menu Format - Character set.
2. Send the mail
My amateurish atempts to write one have failed*, so any help
appreciated. I need this because I often forget to apply the character
set and the text arrives at the other end as question marks.
Thanks
George
*I tried something like this but nothing happened:
tell application "Microsoft Entourage"
if class of front window ≠draft window then
display dialog "You must have a new message as the front window."
with icon 0
return
end if
set theCharacterSet to "Greek (ISO)"
send
end tell
(draft) and do the following:
1. Apply a defined character set (i.e. "Greek (ISO)") - this is from
the menu Format - Character set.
2. Send the mail
My amateurish atempts to write one have failed*, so any help
appreciated. I need this because I often forget to apply the character
set and the text arrives at the other end as question marks.
Thanks
George
*I tried something like this but nothing happened:
tell application "Microsoft Entourage"
if class of front window ≠draft window then
display dialog "You must have a new message as the front window."
with icon 0
return
end if
set theCharacterSet to "Greek (ISO)"
send
end tell