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)
Parameter | Type | Description |
---|---|---|
parentEntryId | String | Entry id of the parent folder. |
Return Value
Collection of entry Ids.
See Also
- class PersonalStorage
- namespace Aspose.Email.Storage.Pst
- assembly Aspose.Email