PersonalStorage.FindAndExtractSoftDeletedItems

PersonalStorage.FindAndExtractSoftDeletedItems method

Finds and extracts soft-deleted messages from the PST.

public IList<RestoredItemEntry> FindAndExtractSoftDeletedItems()

Return Value

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

See Also