Office365GroupsMailClient.ReplyAsync Method

Definition

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

input
ReplyConversationThreadBody

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.

Applies to