*** id: eb81d5f9-36de-4be0-8e50-c7c5e6917e75 title: SignalWire.Relay.Messaging.SendResult slug: /dotnet/reference/messaging/send-result max-toc-depth: 3 ---------------- This object returned from `Send` method, which represents the result of a send operation. ## Properties | Property | Type | Description | | :----------- | :----- | :-------------------------------------------------------------- | | `MessageID` | string | The ID of the message. | | `Successful` | bool | Whether the send operation has successfully queued the message. |