Does the library have a way to find out what items are associated with a Outlook Configured Profile?
For example I have a Outlook Profile under the name "Widget" and in that profile I have the following items configured:
(1) c:\test\Some.pst (pst)
(2) c:\test3\Some2.pst (pst)
(3) mail.us.serverworld.company.com (exchange server)
I want to use your component to reconstruct what I can see in outlook. For that to happen I need have a way to query the profile information and find out what items are configured within it.
(1) PST File listings with local paths
(2) Exchange Server listings with server paths
Is this possible in your library?
I guess I'm asking is there a way to pull the Stores collection from a Profile. All that file pathing and exchange information is in the Stores Collection.