I have an app I'm responsible for that logs service calls, from emails in multiple exchange mailboxes, that I loop through for access.
I'm looking at limiting logging new records from duplicate emails that have been created from automated systems.
I was going to look at this from the application side but from the Exchange side of things (which is not my area) what is available to scan incoming emails for duplication and deleting them (or moving them to another folder), all but one, so that I'm only left with unique emails in the first place?
Many thanks.
I'm looking at limiting logging new records from duplicate emails that have been created from automated systems.
I was going to look at this from the application side but from the Exchange side of things (which is not my area) what is available to scan incoming emails for duplication and deleting them (or moving them to another folder), all but one, so that I'm only left with unique emails in the first place?
Many thanks.