Hello,
Is there anything wrong with this usage? Or an issue, cannot get Contact folder, always nothing! (Reading PSTs)
Dim ContactsFolder As FolderInfo = MyPST.GetPredefinedFolder(StandardIpmFolder.Contacts)
- If there’s a short/fast way to check if at least 1 ipm.contact or ipm.distlist item is inside pst/ost please kindly advise, since GetPredefinedFolder doesnt work, I look through the whole pst and check each msg class, not efficient…
Thanks