INPUT_OBJECT

RestoreObjectConfig

Description

Configuration for the mailbox object (email/folder) to be restored.

link GraphQL Schema definition

  • input RestoreObjectConfig {
  • # UUID of the snapshot for recovery.
  • SnapshotUUID: UUID!
  • # ID of the email to restore.
  • EmailID: String
  • # ID of the folder to restore.
  • FolderID: String
  • # Specify the hierarchy type of the mailbox object to be restored, whether it is
  • # an email or a folder.
  • hierarchyType: ExchangeItemHierarchyType
  • # ID of the parent folder of the mailbox object being restored, whether the object
  • # is an email or a folder.
  • parentFolderId: String
  • }