GraphClient.MoveMessageAsync Method
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 7.0.9448)
MoveMessageAsync(GraphMessageId, GraphFolderId)
Begins asynchronous MoveMessage operation. Moves an existing message into the specified folder.
Declaration
public Task<GraphMessageInfo> MoveMessageAsync(GraphMessageId messageId, GraphFolderId folderId)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphMessageId | messageId | ID of the message to move. |
| GraphFolderId | folderId | ID of the target folder. |
Returns
| Type | Description |
|---|---|
| Task<GraphMessageInfo> |