bool ConvertOlmToPst(string olmFilePath, string fullPstPath)//last
{
// Create a new PST
PersonalStorage pst = PersonalStorage.Create(fullPstPath, FileFormatVersion.Unicode);
var root = pst.RootFolder;
FolderI…... If possible, test with a minimal sample OLM file...trace help pinpoint the problem. Test with a minimal OLM sample that...