Share via

How do I print a chat I had with an individual (HR) on their chat box (HR)?

Mary Shakti Unny 0 Reputation points
2026-04-03T19:57:10.62+00:00

I had an interview with someone on Microsoft Teams. This was on their Chat Sign-on. I want to forward this to my Gmail, as well as obtain a print copy of this interview for my records. How would I do that? Thank you in advance for any help you could give me.

Microsoft Teams | Microsoft Teams Free | Chats
0 comments No comments

2 answers

Sort by: Most helpful
  1. Ruwim.B 6,095 Reputation points Volunteer Moderator
    2026-04-04T06:42:19.38+00:00

    If you have downloaded and extracted the .tar file, then in your computer you should have now a folder directory with this structure:

    User's image

    The entire chat history is saved in the messages.json file. Media files shared with Teams are saved in the \media folder.

    The messages.json file is actually a plain text file where the data are encoded using the JSON format.

    The official method to view this JSON file is by using the parser which you can download from this site.

    https://go.microsoft.com/fwlink/?linkid=2133728

    Using the index.html file from this parser, all conversations saved in the messages.json file are show in the browser used to open the index.html viewer.

    You may search on the Web for another, better 3rd party JSON parser, but the application which I'm using is the vbExportViewer app. However, be aware that this app can only be used on a Windows computer.

    Download this zip file (vbExportViewer.zip) from this OneDrive site:

    https://1drv.ms/u/c/849db44edd75828c/UQCMgnXdTrSdIICE7fQAAAAAANpMMyJJIZ4Undo

    Extract all files from this zip archive to 1 folder on your computer.

    This folder should now contain these 4 files:

    vbExportViewer.exe

    ComDlg32.OCX

    richtx32.Ocx

    vbExportViewer.exe.local

    It is important that all these 4 files are located in the same folder.

    There is no installation tool, but in order to register the 2 .ocx files, it is required to run the first time (and only the first time) the vbExportViewer.exe file with the Run as Administrator option.

    Right click on this file and select the "Run as administrator" option. This should open the viewer application.

    User's image

    Use the Browse button to browse and load the saved messages.json file. A list of all available conversations should now be shown in the All conversations box. Clicking on a particular conversation should open a window with all available messages present in this conversation. It is possible to have multiple conversations open at the same time in separate windows.

    With this application, messages saved in the messages.json file are parsed to provide a more "human friendly" reading form incl. links to media files saved in the \media folder.

    Conversations listed in the chats screen open in a separate window, and from there, the content of the selected conversation can be printed or saved to a file.

    User's image

    0 comments No comments

  2. Ruwim.B 6,095 Reputation points Volunteer Moderator
    2026-04-03T20:27:22.3433333+00:00

    If you indeed are using Teams Free application, i.e. are signed in to Teams with a personal account, then you can export your entire chat and file history from the Cloud.

    https://teams.live.com/dataexport

    Visit the support page for more help on extracting and reading exported files.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.