PersonalStorage.FindAndEnumerateSoftDeletedItems

PersonalStorage.FindAndEnumerateSoftDeletedItems method

Finds and enumerates all soft-deleted items.

public IEnumerable<RestoredItemEntry> FindAndEnumerateSoftDeletedItems()

Return Value

An enumerable collection of RestoredItemEntry objects, each containing a soft-deleted message and the folder Id it was originally located in.

See Also