Hello!
some of our users have multiple email addresses and also have different variations of their name and perhaps their assistants name within the SMTP addresses.
for instance bob cook has the following emails: bcook@abc.com, cookb@abc.com, bcook@domain.com, bobcook@abc.com, tmarie@abc.com.
I've created a task that says "if the 'email proxy addresses' property contains '@abc.com', then
modify mailbox setting for the user: modify email addresses (remove 'smtp:%mailnickname%@abc.com')
which obviously works great if the mailnickname matches...but not certain how to remove the others.
Please let me know how I can remove all instances of email addresses that contain @abc.com from their SMTP.
Thanks in advance!