Hello,
When reading contents from all folders of Pst and Olm files:
Email.Storage.Pst.PersonalStorage
Email.Storage.Olm.OlmStorage
Is there anyway to get all folders + sub-folders at once?
ie, another component:
For Each MyPstFolder As PstFolder In MyPstReader.GetPstRootFolders**(include all sub-folders Bool)**
Currently when using Pst and Olm storages, use some recursive method like this:
Possible to get 'em all without using recursive methods all at once?
Just curious if there’s such methods built-in?
Hello,
Can you please remove this request and mark it as closed?
I was able to achieve what I needed, now I don’t think this will be useful, specially with the limited precious time of developers. Thank you