Detect outlook files?

nukeu666

Skilled
I have a bunch of files without extensions and need to find which of them are outlook message files.
I found the file signature for MSG (D0 CF 11 E0 A1 B1 1A E1 00) is the same as that of PPT(D0 CF 11 E0 A1 B1 1A E1 00 00 00 00) and DOC(D0 CF 11 E0 A1 B1 1A E1) so that won't really work.

Any other way to differentiate the file through code?
 
Back
Top