PersonalStorage.FindMessages
PersonalStorage.FindMessages method
Finds the identifiers of messages for for the current folder. It might be useful in case of reading corrupted pst when the GetContents and EnumerateMessages methods could throw an exception.
public IList<string> FindMessages(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