I'm trying to find a way of scanning a users Inbox and identifying those items which are replies to meeting invitations (accept, decline and tentative) for which the meeting date has already passed. The idea is to use this to programmatically delete these items as they are no longer relevant if they also contain no body text.
I'm working on the approach of trying to find a direct or indirect link between the mail item and the appointment so that I can extract the start and end time of the meeting and compare this to the current date.
Any advice gratefully received....
I'm working on the approach of trying to find a direct or indirect link between the mail item and the appointment so that I can extract the start and end time of the meeting and compare this to the current date.
Any advice gratefully received....