Re: Mail App - plain text
Re: Mail App - plain text
- Subject: Re: Mail App - plain text
- From: Steve Valenti <email@hidden>
- Date: Thu, 31 Mar 2011 15:07:14 -0400
- Thread-topic: Re: Mail App - plain text
The only thing I can think of
is GUI scripting but this royally stinks because I have to show the outgoing
message and use delays for it to even work.
Any use intervention is going
to kill it. Anyone have anything better???
Steven
tell application
"System Events"
tell
process "Mail"
set
frontmost to true
delay 3
click menu
item "Make Plain Text" of menu
"Format" of menu bar 1
delay 3
end
tell
end tell
|
_______________________________________________
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