when I open a .msg file using
dim x as long
x = Shell("""C:\Program Files (x86)\Microsoft Office\Office15\Outlook.exe"" /f ""D:\mymessage.msg""")
how to access the fields "To", "CC", "Subject", "Date", "Body text", etc ?
My problem: I have a lot of files .msg (about 1000) and I want to put them in a single file (preferably in txt)
thanks for all
dim x as long
x = Shell("""C:\Program Files (x86)\Microsoft Office\Office15\Outlook.exe"" /f ""D:\mymessage.msg""")
how to access the fields "To", "CC", "Subject", "Date", "Body text", etc ?
My problem: I have a lot of files .msg (about 1000) and I want to put them in a single file (preferably in txt)
thanks for all