Re: Create a Mail signature using AppleScript
Re: Create a Mail signature using AppleScript
- Subject: Re: Create a Mail signature using AppleScript
- From: Jeremy Reichman <email@hidden>
- Date: Tue, 13 Jan 2004 17:55:17 -0500
We do essentially the same thing as Michael suggested, and we use the
same string to create a signature for Apple Mail and Microsoft
Entourage through an omnibus Mac setup application we created in
AppleScript Studio. Our users can then choose to use either mail
application; both are set up.
(Except that Panther's Apple Mail dictionary doesn't include the
ability to set up Exchange accounts, as it does for the other account
types, and we use Exchange for mail.)
--
Jeremy Reichman
On Jan 12, 2004, at 10:34 PM, Michael Grant wrote:
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
_______________________________________________
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.