|
||
class TMsvFindResult;
A single result from a text search operation. The class encapsulates information which:
1. identifies the message in which the search text is found
2. identifies the parts of the message that contain the search text.
Defined in TMsvFindResult
:
TMsvFindResult()
Default constructor. TMsvFindResult(TMsvPartList,TMsvId)
Constructor specifying the results of a search.iId
The entry Id of the message that contains the search text. iPartList
The parts of the message that contain the search text. IMPORT_C TMsvFindResult(TMsvPartList aPartList, TMsvId aId);
Constructor specifying the results of a search.
|
TMsvId iId;
The entry Id of the message that contains the search text.