We are trying to convert a eml file downloaded to PST format, but getting below error
Reason: Proxy error(ArgumentNullException): Could not find the data block by its identifier. (Parameter ‘entry’)
Below is the code
f…...open(eml_path, 'rb') as f: eml_content = f.read() # Create PST file...and add to PST stream = io.BytesIO(eml_content) mapi_msg = MapiMessage...