Shadow copy of .ost file

364 Views Asked by At

I use .ost file and try to create shadow copy for 2 files:

  • \?\GLOBALROOT\Device\HarddiskVolumeShadowCopy22\Users\Admin\AppData\Local\Microsoft\Outlook\[email protected]
  • \?\GLOBALROOT\Device\HarddiskVolumeShadowCopy22\Users\Admin\AppData\Local\Microsoft\Outlook\test.txt

But when I call:

File.Exists(shadowFilePath)

I get false for [email protected] and I get true for test.txt file. How can I create shadow copy of .ost file when I use outlook ?

0

There are 0 best solutions below