IGraphClientAsync.CopyMessageAsync

IGraphClientAsync.CopyMessageAsync method

Asynchronously copies a message to a new parent folder.

public Task<MapiMessage> CopyMessageAsync(string newParentId, string itemId, 
    CancellationToken cancellationToken = default)
ParameterTypeDescription
newParentIdStringThe ID of the new parent folder.
itemIdStringThe ID of the message to copy.
cancellationTokenCancellationTokenA cancellation token to observe while waiting for the task to complete.

Return Value

A task that represents the asynchronous operation. The task result contains the copied MapiMessage.

See Also