Office365GroupsMailClient.ForwardAsync 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.
Forward a post
public virtual System.Threading.Tasks.Task ForwardAsync(string groupMail, string conversationId, string threadId, string postId, Azure.Connectors.Sdk.Office365GroupsMail.Models.ForwardPostBody input, System.Threading.CancellationToken cancellationToken = default);
abstract member ForwardAsync : string * string * string * string * Azure.Connectors.Sdk.Office365GroupsMail.Models.ForwardPostBody * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.ForwardAsync : string * string * string * string * Azure.Connectors.Sdk.Office365GroupsMail.Models.ForwardPostBody * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function ForwardAsync (groupMail As String, conversationId As String, threadId As String, postId As String, input As ForwardPostBody, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- groupMail
- String
Group mail
- conversationId
- String
Conversation ID
- threadId
- String
Thread ID
- postId
- String
Post ID
- input
- ForwardPostBody
The request body.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
Remarks
Forward a post to a recipient.