Hey! I want the day/time and who sent that text.
But what I find is odd is that sometimes it also pastes a summary of each sent item, which as near as I can tell is what pops out from the notification area.
I can sometimes get it to paste correctly if I start the copy selection point not at the end or beginning of the text, and vary between se;etog from above to below or below to above (upper to lower or lower to upper).
Other than that, ctrl+c or right click + copy, and ctrl+v pastes formatted and shift+ctrl+v pastes plain text.
To paste an image, right click in Teams on the image a pick "copy image" then paste it where you want.
This is using Teams via O365, app version 1.6.00.11166, or via the web version.
If pasting into a Word document or Outlook email, maybe use a macro to remove the time/person info.
I had ChatGPT write some macro code for me (for something else) and it at least gets you started, or if pasting into Word, record a macro to do it.
=====================
When I paste and it pastes the non-summarized version, and it has the timestamp + name of who sent it, the pattern I see is: “beginning of line”, “left square bracket”, “hour of day”, colon, “minute of hour”, space, “AM or PM indicator”, “right square bracket”, space, “global address book display name”, “new line” or “carriage return”, followed by a blank line, then the content of what they typed.
You might try asking ChatGPT to create some code to remove that pattern (except the content part). Modify accordingly for your time display (like if you're using 24-hour time).