Skip to content

table.txt export of Content Table contains repeating row indices #882

@jengelh

Description

@jengelh

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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions