Office365GroupsMailClient.GetConversationThreadAsync 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.
Get a conversation thread
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Office365GroupsMail.Models.ConversationThread> GetConversationThreadAsync(string groupId, string threadId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetConversationThreadAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Office365GroupsMail.Models.ConversationThread>
override this.GetConversationThreadAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Office365GroupsMail.Models.ConversationThread>
Public Overridable Function GetConversationThreadAsync (groupId As String, threadId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ConversationThread)
Parameters
- groupId
- String
Group ID
- threadId
- String
Thread ID
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Get a conversation thread response.
Remarks
Get a specific thread that belongs to a group.