Replies: 1 comment 4 replies
-
Hi @quinn The objects are already deserialized for you, that's one of the advantages of using the SDK. messages.GetValue()[0].GetSubject() should give you the subject of the first message Let us know if you have any additional comments or questions. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
returns:
{}
How can I get the "raw" response body, and unmarshal it into the correct type later? When I ctrl+click into it, its just indecipherable code-generated interfaces.
Beta Was this translation helpful? Give feedback.
All reactions