Hi all, I am trying to filter/restrict Outlook emails where the Outlook VBA macro picks up the latest email as follows:
Example: Two Emails with the same subjects
Email 1:
Subject: This is for testing purposes
Received Date: 15/7/2021
Email 2:
Subject: This is for testing purposes
Received Date: 18/7/2021
The results should only show Email 2 since it is the latest. Need assistance to share with me how I can use Outlook VBA Macro to do this.