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