Email Parsing

  • Thread starter Thread starter David
  • Start date Start date
D

David

Hi,
I wish to how I can parse/read msg files (emails) in order
to retrive information
from them (such as the MSG - ID)

I have all the messages in a folder on my HardDisk
I saw there is an CDO.Message Mail object,
but I dont know how to set the object so that it will
point to an already exsisting
msg file.
can anyone help ?

by the way changing the file into a text file is out of
the question...

Thanks David
 
David said:
Hi,
I wish to how I can parse/read msg files (emails) in order
to retrive information
from them (such as the MSG - ID)

I have all the messages in a folder on my HardDisk
I saw there is an CDO.Message Mail object,
but I dont know how to set the object so that it will
point to an already exsisting
msg file.
can anyone help ?

by the way changing the file into a text file is out of
the question...

Thanks David

Regular Expressions.
 
Back
Top