ErrorCodesOutlookPstParsingError Field
Outlook .PST file parsing error occurred.

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public const int OutlookPstParsingError

Field Value

Type: Int32
Remarks
This error occurs when it's not possible to parse data from Outlook .PST file. For instance, "Unrecognised PST File version: 36." error means that you're trying to open .OST file produced by Outlook 2013 or higher (that format is not supported).
See Also