Convert PST files

Personal storage table (PST) files are used by Microsoft Outlook and other Microsoft products to store messages and other items. Use this procedure to extract all messages from a PST file to a folder. Kofax Import Connector can then import the extracted messages to Kofax Capture.

  1. Start Windows Command Prompt in the Message Connector installation folder (by default C:\Program Files (x86)\Kofax\KIC-ED\MC\bin\KFXConverter\, assuming 64-bit operating system).
  2. Run the following command:
    KFXConverter.exe –s <sourcepath>\<filename> –f <destinationpath>\ –type msg

    As <sourcepath>, enter the folder where your PST file is located.

    As <filename>, enter the name of the PST file to be converted.

    As <destinationpath>, enter the folder where the MSG files should be extracted.

  3. Wait until the extraction is complete.

You can now move the extracted files to a watched folder to import them to Kofax Capture. See Access folders.

Note MSG files where attachments have been removed by any Microsoft Outlook archive tool cannot be imported.
Tip You can convert multiple PST files simultaneously. However, when running multiple KFXConverter instances in parallel, some information about the second and later instances might be missing from the log file. To ensure that your logs are complete, you can specify different log files for each instance using the command line switch -logfile <logfilename>.