An API that connects multiple Microsoft services, enabling data access and automation across platforms
If you want to thread a Message you should use CreateReply https://learn.microsoft.com/en-us/graph/api/message-createreply?view=graph-rest-1.0&tabs=http to create a draft message based on the thread your replying to and the order in the thread you want for the the new message your creating to ensure the conversation index is ordered correctly (eg reply to the last message in the chain). You can make whatever changes you then want to the draft message and send that