I've been googling for hours and hours without success... I want to have Outlook 2010 automatically replace a variable in signatures with the recipient's email address. For example:
In the example above, {{RECIPIENT}} is the variable but of course it can be anything.
I'm assuming this can be done with VBA but I have zero experience with VBA. I haven't found any example snippets that do this.
I have a few different signatures (different domains) that will contain similar links. I have an HTML and a plain text version of each signature so the VBA code would need to work with both types.
Is this even possible? I can't even find an Outlook Add-in or any software that does this, client side. I do not use AD.
Thanks!
Code:
<a href="https://www.mysite.com/opt-out/?email={{RECIPIENT}}">Unsubscribe</a>
In the example above, {{RECIPIENT}} is the variable but of course it can be anything.
I'm assuming this can be done with VBA but I have zero experience with VBA. I haven't found any example snippets that do this.
I have a few different signatures (different domains) that will contain similar links. I have an HTML and a plain text version of each signature so the VBA code would need to work with both types.
Is this even possible? I can't even find an Outlook Add-in or any software that does this, client side. I do not use AD.
Thanks!