I want to fetch the whole conversation via conversation Id.
I want to fetch the whole conversation via conversation Id.
Hi @NoumanManzar,
Please kindly understand under Outlook tag, we mainly focus on general issues on Outlook desktop client, considering you would like to get conversation id via Graph, which may be more related to graph instead of Outlook, so I removed Outlook tag under your post, thanks for your understanding and hope your issue would be resolved soon.
If you using the Graph SDK then you can get all the Messages in a conversation using something like
var ConversationMessages2 = await GraphServiceClient.Users[UserId].Messages.Request().Filter("conversationid eq '" + Message.ConversationId + "'").OrderBy("receivedDateTime desc").GetAsync()
10 people are following this question.
Exchange server 0Auth authorization for single mailbox from backend service
Send email with attachment - MS Graph
Unable to send multilple large files with email ( > 4mb ) using graph API by creating upload session
Count unread emails with mail.readbasic permission?
Wrong encoding when sending mails with HTML body using MS Graph API and Java SDK client