ErrorCodesOutlookPstParsingError Field |
Outlook .PST file parsing error occurred.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public const int OutlookPstParsingError
Public Const OutlookPstParsingError As Integer
Field Value
Type:
Int32Remarks 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