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)
ParameterTypeDescription
parentEntryIdStringEntry id of the parent folder.

Return Value

Collection of entry Ids.

See Also