Office365GroupsMailClient.ListConversationThreadsAsync Method

Definition

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.

Applies to