bool ConvertOlmToPst(string olmFilePath, string fullPstPath)//last
{
// Create a new PST
PersonalStorage pst = PersonalStorage.Create(fullPstPath, FileFormatVersion.Unicode);
var root = pst.RootFolder;
…...FolderInfo notes = pst.CreatePredefinedFold("Notes", StandardIpmFolder...StandardIpmFolder.Notes); ageDict.Add("Notes", notes.ContainerClass);...