Hi all,
I have Outlook 2016/2019 (not sure which (version number is 16.48)) and I have a script for creating and sending emails. It all works but the issue is that the emails it creates don’t include any email signature. There appears to be a “signature” command in the Outlook AppleScript library but I cannot figure out what the proper syntax is.
Can anyone help?
Thanks,
hp
Hi. I just create the signature when creating the email. You should be able to use HTML to get whatever formatting you need.
Hi kerflooey,
I thought about that but there is a twist: the needed signature includes a graphic image which DOES need to be present. How would one code that?
Best regards,
hp
I think you may be able to convert the image to Base64 and insert that, but I’m not sure how to do that. I usually look at the full Outlook message code containing the image you want to output, and then reproduce that in the script.