Hi there, I am trying to create a custom signature using Applescripts. I have the following code:

tell application "Microsoft Outlook"

make new signature with properties {name:"test1", content:"<html>test</html>"}

end tell

However, when I run this code I get the following error:

error "The variable signature is not defined." number -2753 from "signature"

Please help.

Thanks!

~KumarND

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.