TMsvFindResult Class Reference

#include <mw/msvfind.h>

class TMsvFindResult
Public Attributes
TMsvId iId
TMsvPartList iPartList
Public Member Functions
TMsvFindResult()
TMsvFindResult(TMsvPartList, TMsvId)

Detailed Description

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.

Member Attribute Documentation

iId

TMsvId iId

The entry Id of the message that contains the search text.

iPartList

TMsvPartList iPartList

The parts of the message that contain the search text.

Constructor & Destructor Documentation

TMsvFindResult ( )

IMPORT_CTMsvFindResult()

Default constructor.

TMsvFindResult ( TMsvPartList, TMsvId )

IMPORT_CTMsvFindResult(TMsvPartListaPartList,
TMsvIdaId
)

Constructor specifying the results of a search.

Parameters
aPartListThe parts of the message that contain the search text
aIdThe entry Id of the message that contains the search text