microsoft / microsoft/mfcmapi

table.txt export of Content Table contains repeating row indices

Open
#882 0 comments 0 reactions 1 assignee View on GitHub

@stephenegriffin is already working on this.

Since Sep 25, 2025.

Dominant language
C++
Stars
978
Forks
170
Avg merge
1d 3h
Merged PRs (30d)
5

Description

Version: mfcmapi64 23.0.23089.01, also mfcmapi64 24.0.24362.01

Reproduction

Using MFCMAPI, open some folder which has 41 or more messages. Utilize the Table > Export table... function.

Observed

table.txt contains:

$ iconv -f utf-16 -t utf-8 table.txt | grep row.index
<row index = "0x00000000" >
<row index = "0x00000001" >
<row index = "0x00000002" >
<row index = "0x00000003" >
<row index = "0x00000004" >
<row index = "0x00000005" >
<row index = "0x00000006" >
<row index = "0x00000007" >
<row index = "0x00000008" >
<row index = "0x00000009" >
<row index = "0x0000000A" >
<row index = "0x0000000B" >
<row index = "0x0000000C" >
<row index = "0x0000000D" >
<row index = "0x0000000E" >
<row index = "0x0000000F" >
<row index = "0x00000010" >
<row index = "0x00000011" >
<row index = "0x00000012" >
<row index = "0x00000013" >
<row index = "0x00000000" >
<row index = "0x00000001" >
<row index = "0x00000002" >
...

Expected

After 0x00000013, continue with 0x00000014.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.