IItemMetadata::GetIsDeleted

Gets a value that indicates whether the item was deleted from the item store.


HRESULT GetIsDeleted(
  BOOL * pfTombstoneStatus);

pfTombstoneStatus

[out] Returns TRUE if the item was deleted from the item store; otherwise, FALSE.

  • S_OK

  • E_POINTER

If IItemMetadata::MarkAsDeleted was called to set the property value, but the change has not yet been saved by a call to IReplicaMetadata::SaveItemMetadata, GetIsDeleted returns the value that is contained in the IItemMetadata object and not the value that is stored in the metadata store.

Show: