Search by Email address for latest email in all folders and reply all
问题 I am new to this forum. I have found this code from Ricardo Diaz. It runs through. However, I would like to amend the code to search for the latest email I received or sent to a specific email address as opposed to search by subject . I have therefore replaced searchString = "urn:schemas:httpmail:subject like '" & emailSubject & "'" with searchString = "urn:schemas:httpmail:to like '" & emailSubject & "'" Unfortunately, the search does return an empty object. What is the correct urn:schemas