UpdateItems returns the response with 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.
UpdateItemsreturns the response withReturnedItem-null.This a fragment of my code:
Though private property
itemis not null and contains the correct information.