outlook pst file parsing

  • Thread starter Thread starter el_bibiq
  • Start date Start date
E

el_bibiq

here is a hard one. :D
I need to know (for instance, when the outlook starts or when I clic
on a item) what order number the message have inside the pst/dbx fil
(ie it is 2nd, 31st, etc). for C/C++ fans, I only need the this a
afterwards I can move inside the file by means of a pointer..
what makes this very difficult is that the user can reorder th
messages in the interface and therefore I cannot rely on the fac
that the 1st item in the interface is also the 1st in the pst/db
file

thanks for the effor
mariu
 
Since the format of the .pst file is undocumented, this information is not available.
 
Back
Top