Mail message
Mail message
- Subject: Mail message
- From: Marcus Rodrigues <email@hidden>
- Date: Sun, 10 Aug 2003 22:12:28 -0300
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...
Is this possible????
Thx ;-)
o#? Marcus Rodrigues o#?
iBook 600 - Combo - Jaguar
CC4nsul do Brasil Apple Clube - Caxias do Sul
Moderador BAC-Macusers
ichat: marcusrodrigues
mailto:email@hidden
http://homepage.mac.com/marcusrodrigues
_______________________________________________
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.