Skip to content

UpdateItems returns the response with ReturnedItem null. #450

Description

@bladerunner2020

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions