Forum Discussion
abhikhopade2109
Apr 30, 2020Copper Contributor
Read Teams messages
Hi, Is there any possibilities to Read Teams messages using C# code? I am tried https://docs.microsoft.com/en-us/graph/teams-concept-overview Site for this but not being able to find correct informa...
- May 04, 2020
abhikhopade2109 , As mentioned already. You can make use of beta version List channel messages graph API. you can filter out the result based on time for your requirement.
abhikhopade2109
May 01, 2020Copper Contributor
Hi adamhouck
Thanks a lot for your response.
I dont want to read the stream of messages, but say after office hours I just want to scan through all the messages of the day, including its attachments too. Is it possible?
I am trying to look at the blogs and other sources but couldn't be a help.
subhasish-MSFT
May 04, 2020Former Employee
abhikhopade2109 , As mentioned already. You can make use of beta version List channel messages graph API. you can filter out the result based on time for your requirement.