Quantcast
Channel: Aspose.Email Product Family
Viewing all articles
Browse latest Browse all 1367

problem in generated pst

$
0
0
i converted pst from ost and open in outlook and it is showing "pst is not an outlook data file" this error message, can you please tell me what is this? i am attaching created pst file please check i am using this code

using (PersonalStorage Convertost = PersonalStorage.FromFile(OSTFilename))
            {
                try
                {
                    Convertost.SaveAs(filename, FileFormat.Pst);
                    Convertost.Dispose();

                }
                catch (Exception)
                {
                    Convertost.Dispose();

                }
            }

last time i selected the OST file but an error is returned saying « The file is not in PST format »?

Viewing all articles
Browse latest Browse all 1367

Trending Articles