GraphClient.UpdateMessage Method
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 8.0.9673)
UpdateMessage(GraphMessageId, GraphMessageData)
Updates an existing message.
Declaration
public GraphMessageInfo UpdateMessage(GraphMessageId messageId, GraphMessageData messageData)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphMessageId | messageId | ID of the message to update. |
| GraphMessageData | messageData | A data of the message to update. |
Returns
| Type | Description |
|---|---|
| GraphMessageInfo |
Examples
See UpdateMessage code example on product pages.