Import PST file to outlook failed

Hi Teams,

We generated a PST file using Aspose api and there is no effect after import PST file to our outlook , Sometimes it will hang in the process of import pst, but There is no problem just opening the pst file in outlook and There are some error after We use SCANPST.EXE which provided by Microsoft in the same path as the OUTLOOK.EXE.

We have uploaded the test PST file and the scan report please help us to check it.2021-07.zip (202.2 KB)

For example the Missing PR_CREATION_TIME:

    private void SetJournalTime(MapiJournal item, Dictionary<String, MapiPropertyDefinition> itemProperties)
    {
        //PidTagCreationTime  CreationTime  0x3007  SystemTime
        if (ValidateProperty(itemProperties, "0730"))
        {
            item.SetProperty(new MapiProperty(0x3007, itemProperties.GetBinary("0730")));
        }
    }

There is no exception in the process of generating pst please help us to check it and Looking forward to your reply as soon as possible.

Thank you so much!
Mike,

1 Like

@Mike_Liu

Can you pleas share which version of Aspose.Email you have used to create the PST. Can you please also share a working sample project reproducing the behaviour. Can you please also try loading the PST in some other tool as well to see if there is any issue in generated PST?

1 Like