ErrorCodesOutlookPstParsingError Field |
Outlook .PST file parsing error occured.
Namespace: MailBeeAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic const int OutlookPstParsingError
Public Const OutlookPstParsingError As Integer
Field Value
Type:
Int32
RemarksThis 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