Download Microsoft Team Chat via C# CSOM.

Amit Singh Rawat 731 Reputation points
2021-08-03T09:21:02.273+00:00

Hi,
I need to create an application which download chat from Microsoft team. Files are easily available via C# CSOM but I haven't found any article on how to play with Chats. It's just about eDiscovery.

Is it possible to fetch chats via C# CSOM.

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,677 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,969 questions
0 comments No comments
{count} votes

Accepted answer
  1. MichaelHan-MSFT 18,031 Reputation points
    2021-08-04T02:00:01.143+00:00

    Hi @Amit Singh Rawat ,

    No, SharePoint CSOM can only fetch contents stored in SharePoint site. Chats from Microsoft team are not stored in SharePoint.

    For your requirements, you could use Graph api to fetch chats, please refer to the documentation:

    https://learn.microsoft.com/en-us/graph/api/chat-list?view=graph-rest-beta&tabs=http

    https://learn.microsoft.com/en-us/graph/api/chats-getallmessages?view=graph-rest-beta


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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