Re: Create a Mail signature using AppleScript
Re: Create a Mail signature using AppleScript
- Subject: Re: Create a Mail signature using AppleScript
- From: Michael Grant <email@hidden>
- Date: Mon, 12 Jan 2004 21:34:51 -0600
On Jan 12, 2004, at 7:31 PM, Lorin Rivers wrote:
Is it possible to do so?
tell application "Mail"
make new signature with properties {name:"My Nifty Sig",
content:"Something smashingly clever"}
set the message signature of outgoing message 1 to signature "My Nifty
Sig"
end tell
Michael
Something smashingly clever
_______________________________________________
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.