SendItem
Send an email message that is located in the Exchange store.
Input
| Name | Type | Required | Description |
| ItemId | String | True | The unique ItemId of the item to be sent (required). |
| ItemChangekey | String | True | The unique ItemChangeKey of the item to be sent (required). |
| SaveToFolder | String | False | Boolean value to determine whether or not to save the item. |
| SavedItemFolder | String | False | The folder where the item will be saved. This value can be the name of any of the standard folders or the FolderId of a custom folder. Defaults to SentItems. |
Result Set Columns
| Name | Type | Description |
| ResponseClass | String | The overall class of the response for the SendItem operation (Success/Warning/Error). |
| ResponseCode | String | A response code for the SendItem operation. |
| MessageText | String | Specific message text describing any errors or warning for the SendItem operation. |