IItemMetadata::GetIsDeleted

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

HRESULT GetIsDeleted(
  BOOL * pfTombstoneStatus);

Parameters

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

Return Value

  • S_OK

  • E_POINTER

Remarks

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.

See Also

Reference

IItemMetadata Interface