2026-06-01 14:58:02 | open failed [899C0000969E661B0000.msg]: Attachment method missing on attachment __attach_version1.0_#00000002, and it could not be determined automatically. 2026-06-01 14:59:10 | open failed [899C0000987BE65C0000.msg]: Attachment method missing on attachment __attach_version1.0_#00000001, and it could not be determined automatically. 2026-06-01 14:59:39 | open failed [899C00009A2FBD760000.msg]: Attachment method missing on attachment __attach_version1.0_#00000002, and it could not be determined automatically. 2026-06-01 14:59:56 | open failed [899C00009B8A9A000000.msg]: Attachment method missing on attachment __attach_version1.0_#00000001, and it could not be determined automatically. 2026-06-01 15:00:07 | open failed [899C00009C3844690000.msg]: Attachment method missing on attachment __attach_version1.0_#00000001, and it could not be determined automatically. 2026-06-01 15:00:17 | open failed [899C00009C3844720000.msg]: Attachment method missing on attachment __attach_version1.0_#00000001, and it could not be determined automatically. 2026-06-01 15:08:39 | open failed [899C0000A4683A4B0000.msg]: Attachment method missing on attachment __attach_version1.0_#00000001, and it could not be determined automatically. 2026-06-01 15:09:12 | open failed [899C0000A5CC64F40000.msg]: Attachment method missing on attachment __attach_version1.0_#00000001, and it could not be determined automatically. 2026-06-01 15:09:32 | open failed [899C0000A5CC64FE0000.msg]: Attachment method missing on attachment __attach_version1.0_#00000001, and it could not be determined automatically. 2026-06-01 15:18:06 | open failed [899C0000B30157A10000.msg]: Attachment method missing on attachment __attach_version1.0_#00000001, and it could not be determined automatically. 2026-06-01 15:18:08 | open failed [899C0000B30157A80000.msg]: Attachments of type data MUST have a data stream. 2026-06-01 15:18:50 | open failed [899C0000B588253A0000.msg]: Attachment method missing on attachment __attach_version1.0_#00000003, and it could not be determined automatically. 2026-06-01 15:22:48 | open failed [899C0000BE168C140000.msg]: Attachment method missing on attachment __attach_version1.0_#00000001, and it could not be determined automatically. 2026-06-01 15:24:07 | open failed [899C0000C0CF55D50000.msg]: Attachment method missing on attachment __attach_version1.0_#00000001, and it could not be determined automatically. 2026-06-01 15:24:18 | open failed [899C0000C1CA96890000.msg]: Attachment method missing on attachment __attach_version1.0_#00000001, and it could not be determined automatically. 2026-06-01 15:40:07 | open failed [899C0000DB9693FF0000.msg]: Attachment method missing on attachment __attach_version1.0_#00000001, and it could not be determined automatically. 2026-06-01 15:57:37 | open failed [899C0000FDE653340000.msg]: Attachment method missing on attachment __attach_version1.0_#00000001, and it could not be determined automatically. 2026-06-01 16:02:27 | open failed [899C0001086D6C480000.msg]: Attachment method missing on attachment __attach_version1.0_#00000001, and it could not be determined automatically. 2026-06-01 16:12:41 | open failed [899C0001140535280000.msg]: Attachment method missing on attachment __attach_version1.0_#00000001, and it could not be determined automatically. 2026-06-01 16:22:18 | open failed [899C00012E0882410000.msg]: Attachment method missing on attachment __attach_version1.0_#00000001, and it could not be determined automatically. 2026-06-01 16:26:43 | open failed [899C0001E06482F10000.msg]: Attachment method missing on attachment __attach_version1.0_#00000001, and it could not be determined automatically. 2026-06-01 16:32:44 | open failed [899C0001ED5302060000.msg]: Attachment method missing on attachment __attach_version1.0_#00000001, and it could not be determined automatically. 2026-06-01 16:39:45 | open failed [899C0001FCC6C2910000.msg]: Attachment method missing on attachment __attach_version1.0_#00000002, and it could not be determined automatically. 2026-06-01 17:07:04 | open failed [899C0002323988230000.msg]: Attachment method missing on attachment __attach_version1.0_#00000002, and it could not be determined automatically. 2026-06-01 17:16:10 | open failed [899C000242F1A76E0000.msg]: File was confirmed to be an olefile, but was not an MSG file. 2026-06-01 17:19:43 | open failed [899C00024C8DDE840000.msg]: File was confirmed to be an olefile, but was not an MSG file. 2026-06-01 17:56:09 | open failed [899C000265F79E010000.msg]: File was confirmed to be an olefile, but was not an MSG file. 2026-06-01 18:55:26 | Critical error accessing the body. File opened but accessing the body will throw an exception. Traceback (most recent call last): File "U:\PythonProject\Janssen\.venv\Lib\site-packages\extract_msg\msg_classes\message_base.py", line 96, in __init__ self.body File "C:\Python\Lib\functools.py", line 998, in __get__ val = self.func(instance) ^^^^^^^^^^^^^^^^^^^ File "U:\PythonProject\Janssen\.venv\Lib\site-packages\extract_msg\msg_classes\message_base.py", line 947, in body if (body := self.getStringStream('__substg1.0_1000')) is not None: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "U:\PythonProject\Janssen\.venv\Lib\site-packages\extract_msg\msg_classes\msg.py", line 759, in getStringStream return None if tmp is None else tmp.decode(self.stringEncoding) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "U:\PythonProject\Janssen\.venv\Lib\site-packages\extract_msg\encoding\utils.py", line 41, in decode return variableByteDecode(codecName, data, errors, decodingTable) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "U:\PythonProject\Janssen\.venv\Lib\site-packages\extract_msg\encoding\utils.py", line 273, in variableByteDecode rep = errorHandler(err) ^^^^^^^^^^^^^^^^^ UnicodeDecodeError: 'windows-950' codec can't decode bytes in position 2404-2405: character maps to decoding with 'windows-950' codec failed 2026-06-01 18:55:39 | Critical error accessing the body. File opened but accessing the body will throw an exception. Traceback (most recent call last): File "U:\PythonProject\Janssen\.venv\Lib\site-packages\extract_msg\msg_classes\message_base.py", line 96, in __init__ self.body File "C:\Python\Lib\functools.py", line 998, in __get__ val = self.func(instance) ^^^^^^^^^^^^^^^^^^^ File "U:\PythonProject\Janssen\.venv\Lib\site-packages\extract_msg\msg_classes\message_base.py", line 947, in body if (body := self.getStringStream('__substg1.0_1000')) is not None: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "U:\PythonProject\Janssen\.venv\Lib\site-packages\extract_msg\msg_classes\msg.py", line 759, in getStringStream return None if tmp is None else tmp.decode(self.stringEncoding) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "U:\PythonProject\Janssen\.venv\Lib\site-packages\extract_msg\encoding\utils.py", line 41, in decode return variableByteDecode(codecName, data, errors, decodingTable) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "U:\PythonProject\Janssen\.venv\Lib\site-packages\extract_msg\encoding\utils.py", line 273, in variableByteDecode rep = errorHandler(err) ^^^^^^^^^^^^^^^^^ UnicodeDecodeError: 'windows-950' codec can't decode bytes in position 2244-2245: character maps to decoding with 'windows-950' codec failed 2026-06-01 18:55:50 | Critical error accessing the body. File opened but accessing the body will throw an exception. Traceback (most recent call last): File "U:\PythonProject\Janssen\.venv\Lib\site-packages\extract_msg\msg_classes\message_base.py", line 96, in __init__ self.body File "C:\Python\Lib\functools.py", line 998, in __get__ val = self.func(instance) ^^^^^^^^^^^^^^^^^^^ File "U:\PythonProject\Janssen\.venv\Lib\site-packages\extract_msg\msg_classes\message_base.py", line 947, in body if (body := self.getStringStream('__substg1.0_1000')) is not None: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "U:\PythonProject\Janssen\.venv\Lib\site-packages\extract_msg\msg_classes\msg.py", line 759, in getStringStream return None if tmp is None else tmp.decode(self.stringEncoding) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "U:\PythonProject\Janssen\.venv\Lib\site-packages\extract_msg\encoding\utils.py", line 41, in decode return variableByteDecode(codecName, data, errors, decodingTable) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "U:\PythonProject\Janssen\.venv\Lib\site-packages\extract_msg\encoding\utils.py", line 273, in variableByteDecode rep = errorHandler(err) ^^^^^^^^^^^^^^^^^ UnicodeDecodeError: 'windows-950' codec can't decode bytes in position 496-497: character maps to decoding with 'windows-950' codec failed 2026-06-01 18:59:04 | open failed [899C0002A03911800000.msg]: Attachment method missing on attachment __attach_version1.0_#0000000A, and it could not be determined automatically. 2026-06-01 18:59:05 | open failed [899C0002A03911810000.msg]: Attachment method missing on attachment __attach_version1.0_#0000000A, and it could not be determined automatically. 2026-06-01 18:59:05 | open failed [899C0002A03911820000.msg]: Attachment method missing on attachment __attach_version1.0_#0000000A, and it could not be determined automatically. 2026-06-01 19:00:31 | Critical error accessing the body. File opened but accessing the body will throw an exception. Traceback (most recent call last): File "U:\PythonProject\Janssen\.venv\Lib\site-packages\extract_msg\msg_classes\message_base.py", line 96, in __init__ self.body File "C:\Python\Lib\functools.py", line 998, in __get__ val = self.func(instance) ^^^^^^^^^^^^^^^^^^^ File "U:\PythonProject\Janssen\.venv\Lib\site-packages\extract_msg\msg_classes\message_base.py", line 947, in body if (body := self.getStringStream('__substg1.0_1000')) is not None: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "U:\PythonProject\Janssen\.venv\Lib\site-packages\extract_msg\msg_classes\msg.py", line 759, in getStringStream return None if tmp is None else tmp.decode(self.stringEncoding) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Python\Lib\encodings\cp1258.py", line 15, in decode return codecs.charmap_decode(input,errors,decoding_table) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ UnicodeDecodeError: 'charmap' codec can't decode byte 0x9a in position 1: character maps to decoding with 'windows-1258' codec failed 2026-06-01 19:07:35 | open failed [899C0002A81D82F30000.msg]: Attachment method missing on attachment __attach_version1.0_#00000001, and it could not be determined automatically. 2026-06-01 19:17:04 | open failed [899C0002AF8653970000.msg]: 'gb2312' codec can't decode byte 0xe9 in position 7: illegal multibyte sequence 2026-06-01 19:29:07 | Critical error accessing the body. File opened but accessing the body will throw an exception. Traceback (most recent call last): File "U:\PythonProject\Janssen\.venv\Lib\site-packages\extract_msg\msg_classes\message_base.py", line 96, in __init__ self.body File "C:\Python\Lib\functools.py", line 998, in __get__ val = self.func(instance) ^^^^^^^^^^^^^^^^^^^ File "U:\PythonProject\Janssen\.venv\Lib\site-packages\extract_msg\msg_classes\message_base.py", line 947, in body if (body := self.getStringStream('__substg1.0_1000')) is not None: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "U:\PythonProject\Janssen\.venv\Lib\site-packages\extract_msg\msg_classes\msg.py", line 759, in getStringStream return None if tmp is None else tmp.decode(self.stringEncoding) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ UnicodeDecodeError: 'gb2312' codec can't decode byte 0x96 in position 402: illegal multibyte sequence decoding with 'gb2312' codec failed 2026-06-01 19:32:42 | open failed [899C0002E47C3A1C0000.msg]: Attachment method missing on attachment __attach_version1.0_#00000004, and it could not be determined automatically. 2026-06-01 19:33:10 | open failed [899C0002E69328E00000.msg]: Attachment method missing on attachment __attach_version1.0_#00000004, and it could not be determined automatically. 2026-06-01 19:34:13 | open failed [899C0002E950197E0000.msg]: Attachment method missing on attachment __attach_version1.0_#00000004, and it could not be determined automatically. 2026-06-01 19:39:28 | Critical error accessing the body. File opened but accessing the body will throw an exception. Traceback (most recent call last): File "U:\PythonProject\Janssen\.venv\Lib\site-packages\extract_msg\msg_classes\message_base.py", line 96, in __init__ self.body File "C:\Python\Lib\functools.py", line 998, in __get__ val = self.func(instance) ^^^^^^^^^^^^^^^^^^^ File "U:\PythonProject\Janssen\.venv\Lib\site-packages\extract_msg\msg_classes\message_base.py", line 947, in body if (body := self.getStringStream('__substg1.0_1000')) is not None: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "U:\PythonProject\Janssen\.venv\Lib\site-packages\extract_msg\msg_classes\msg.py", line 759, in getStringStream return None if tmp is None else tmp.decode(self.stringEncoding) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "U:\PythonProject\Janssen\.venv\Lib\site-packages\extract_msg\encoding\utils.py", line 41, in decode return variableByteDecode(codecName, data, errors, decodingTable) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "U:\PythonProject\Janssen\.venv\Lib\site-packages\extract_msg\encoding\utils.py", line 273, in variableByteDecode rep = errorHandler(err) ^^^^^^^^^^^^^^^^^ UnicodeDecodeError: 'windows-950' codec can't decode bytes in position 969-970: character maps to decoding with 'windows-950' codec failed 2026-06-01 19:45:55 | open failed [899C0003073E12A00000.msg]: Attachment method missing on attachment __attach_version1.0_#00000001, and it could not be determined automatically. 2026-06-01 19:45:57 | open failed [899C0003073E12A90000.msg]: Attachment method missing on attachment __attach_version1.0_#00000001, and it could not be determined automatically. 2026-06-01 19:48:04 | open failed [899C00030F081AA20000.msg]: Attachment method missing on attachment __attach_version1.0_#00000001, and it could not be determined automatically. 2026-06-01 19:48:54 | Critical error accessing the body. File opened but accessing the body will throw an exception. Traceback (most recent call last): File "U:\PythonProject\Janssen\.venv\Lib\site-packages\extract_msg\msg_classes\message_base.py", line 96, in __init__ self.body File "C:\Python\Lib\functools.py", line 998, in __get__ val = self.func(instance) ^^^^^^^^^^^^^^^^^^^ File "U:\PythonProject\Janssen\.venv\Lib\site-packages\extract_msg\msg_classes\message_base.py", line 947, in body if (body := self.getStringStream('__substg1.0_1000')) is not None: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "U:\PythonProject\Janssen\.venv\Lib\site-packages\extract_msg\msg_classes\msg.py", line 759, in getStringStream return None if tmp is None else tmp.decode(self.stringEncoding) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ UnicodeDecodeError: 'shift_jis' codec can't decode byte 0x92 in position 679: illegal multibyte sequence decoding with 'shift_jis' codec failed 2026-06-01 19:58:26 | Critical error accessing the body. File opened but accessing the body will throw an exception. Traceback (most recent call last): File "U:\PythonProject\Janssen\.venv\Lib\site-packages\extract_msg\msg_classes\message_base.py", line 96, in __init__ self.body File "C:\Python\Lib\functools.py", line 998, in __get__ val = self.func(instance) ^^^^^^^^^^^^^^^^^^^ File "U:\PythonProject\Janssen\.venv\Lib\site-packages\extract_msg\msg_classes\message_base.py", line 947, in body if (body := self.getStringStream('__substg1.0_1000')) is not None: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "U:\PythonProject\Janssen\.venv\Lib\site-packages\extract_msg\msg_classes\msg.py", line 759, in getStringStream return None if tmp is None else tmp.decode(self.stringEncoding) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ UnicodeDecodeError: 'shift_jis' codec can't decode byte 0x92 in position 1240: illegal multibyte sequence decoding with 'shift_jis' codec failed