I am currently trying to write a vba code that extracts data from a .msg file such as
- date email was sent
- name of sender
but I am having difficulty with getting the date of the email that is looped within the file which is within the text
Below is the code I am using from another thread: Excel VBA: Loop Through a Directory of .msg files)
Thanks in advance