Office365GroupsMailClient.ListConversationThreadsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List the conversation threads of a conversation
public virtual Azure.AsyncPageable<Azure.Connectors.Sdk.Office365GroupsMail.Models.ConversationThread> ListConversationThreadsAsync(string groupId, string conversationId, System.Threading.CancellationToken cancellationToken = default);
abstract member ListConversationThreadsAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Connectors.Sdk.Office365GroupsMail.Models.ConversationThread>
override this.ListConversationThreadsAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Connectors.Sdk.Office365GroupsMail.Models.ConversationThread>
Public Overridable Function ListConversationThreadsAsync (groupId As String, conversationId As String, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ConversationThread)
Parameters
- groupId
- String
Group ID
- conversationId
- String
Conversation ID
- cancellationToken
- CancellationToken
Cancellation token.
Returns
An async enumerable of ConversationThread items across all pages.
Remarks
Get all the threads in a group conversation.