Office365GroupsMailClient.ReplyToAThreadAsync 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.
Reply to a conversation thread
public virtual System.Threading.Tasks.Task ReplyToAThreadAsync(string groupId, string threadId, Azure.Connectors.Sdk.Office365GroupsMail.Models.ReplyConversationThreadBody input, System.Threading.CancellationToken cancellationToken = default);
abstract member ReplyToAThreadAsync : string * string * Azure.Connectors.Sdk.Office365GroupsMail.Models.ReplyConversationThreadBody * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.ReplyToAThreadAsync : string * string * Azure.Connectors.Sdk.Office365GroupsMail.Models.ReplyConversationThreadBody * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function ReplyToAThreadAsync (groupId As String, threadId As String, input As ReplyConversationThreadBody, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- groupId
- String
Group ID
- threadId
- String
Thread ID
The request body.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
Remarks
Reply to a thread in a group conversation and add a new post to it.