I had crafted a very nice Applescript which automated the adding of users signatures, by means of a GAL look-up on Exchange.
This was fully tested and ready to roll, then we switched to Outlook 2011.
The script no longer works due to these missing from Outlook:
do OWA GAL search using account Exchange account 1 search string meval (there seems no way to look up FULL info from the GAL?)
make new signature with properties {name:meval, content:theSignature, include in random:false, signature type:other, other signature choice:meval} (I can make new signature, but type and choice are missing)
set default signature choice of Exchange account 1 to signature meval (there seems no provision to set the default, which makes me wonder what the point of being able to set it is!)
I've looked in the Outlook dictionary, so far I'm able to pull back an email address from a name and nothing more.
I can set a signature, but I can't make it default.
I have an urgent need to get my users with a company wide default signature… any pointers? (Applescript or others?)