GraphClient.MoveMessage Method
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 7.0.9119)
MoveMessage(GraphMessageId, GraphFolderId)
Moves an existing message into the specified folder.
Declaration
public GraphMessageInfo MoveMessage(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 |
---|---|
GraphMessageInfo |