I want to automate the deletion of Outlook 2010/2013 Suggested Contacts for a bunch of Exchange users but only for addresses in a particular mail domain.
I can find a lot of information on purging this folder but not a lot on parsing it with a script. I know that the Suggested contacts are a special form of folder stored in the users mailbox, so is Outlook scripting the best answer here? Can I interact with the Suggested Contacts folder like I would interact with a mail folder? Should I be doing this on the Exchange server side instead?