Re: Mail message
Re: Mail message
- Subject: Re: Mail message
- From: John Delacour <email@hidden>
- Date: Mon, 11 Aug 2003 15:45:45 +0100
What you are asking for in effect is stationery, and Mail doesn't do
stationery, so I think the answer is no. The way Mail behaves it
would also be very difficult to imitate stationery. In my version
you can't even set the content of a message, so Applescript is out
too.
The only reason I can think of for using Mail at the moment is that
it allows Unicode editing and display.
JD
At 10:12 pm -0300 10/8/03, Marcus Rodrigues wrote:
While I was here trying, I did this:
tell application "iChat"
set myStatus to (get status) as string
set mySM to get status message as string
end tell
tell application "Mail"
set thisMessage to make new outgoing message with properties
{content:"My iChat status is " & myStatus & "." & return & "My status
message is " & mySM & ".", visible:true}
end tell
But my aim is to make it appear already at all new messages when I
chose new message from Mail.app, I don't want to create the new message
via AppleScript...
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.
References: | |
| >Mail message (From: Marcus Rodrigues <email@hidden>) |