We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UpdateItems returns the response with ReturnedItem - null.
UpdateItems
ReturnedItem
null
This a fragment of my code:
const data = await exch.UpdateItems( [meeting], folderId, ConflictResolutionMode.AlwaysOverwrite, disposition, sendMode, false, ); const response = data.Responses[0];
Though private property item is not null and contains the correct information.
item
The text was updated successfully, but these errors were encountered:
you mean the item is returned from server and the library is not mapping the ReturnedItem value properly?
Sorry, something went wrong.
Yes.
No branches or pull requests
UpdateItems
returns the response withReturnedItem
-null
.This a fragment of my code:
Though private property
item
is not null and contains the correct information.The text was updated successfully, but these errors were encountered: