I found several web pages explaining how to get the path of Outlook PST files, but they all use Microsoft.Office.Interop.Outlook
. I'd like to avoid a dependency to Office interop assemblies, as they're different for each Office version. Also, this technique is very slow if Outlook isn't already started (since it creates an instance of Outlook).
Is there a simple way to do it without Office interop ?