Mail.app message
Mail.app message
- Subject: Mail.app message
- From: Marcus Rodrigues <email@hidden>
- Date: Mon, 11 Aug 2003 13:17:13 -0300
Hi!!!! Me again!!!
Why can't I put my signature on this message?????? Please take a look
at my code and tell me where am I going worng:
tell application "iChat"
set myStatus to (get status) as string
set mySM to get status message as string
end tell
tell application "Mail"
try
set theSignature to signature 1
set thisMessage to make new outgoing message with properties
{content:"My iChat status is " & myStatus & "." & return & "My status
message is " & mySM & "." & return & return, visible:true}
tell content
set message signature to theSignature at after last paragraph
end tell
end try
end tell
My iChat status is away.
My status message is Fui almogar.
_______________________________________________
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.