i got different attachment count between the mail in pst file and msg file.Pst:
PersonalStorage pst = PersonalStorage.FromFile(pstpath);
FolderInfo folderinfo = pst.RootFolder.GetSubFolder("Inbox");
…...for (int index = 0, i = 0; i < count; i++) { index = i * 50;...messageInfoCollectio = folderinfo.GetContents(index, 50);// max 50 foreach (MessageInfo...