PersonalStorage.FindSubfolders

PersonalStorage.FindSubfolders method

Finds the identifiers of subfolders for for the current folder. It might be useful in case of reading corrupted pst when the GetSubfolders and EnumerateFolders methods could throw an exception.

public IList<string> FindSubfolders(string parentEntryId)
ParameterTypeDescription
parentEntryIdStringEntry id of the parent folder.

Return Value

Collection of entry Ids.

See Also