| class MMsgStoreSearchClient |
This class defines the message store search client API.
This class is used to notify the search client of the completion of an asynchronous search of the message store.
| Public Member Functions | |
|---|---|
| void | MatchFound ( CMsgStorePropertyContainer *&) |
| void | SearchCompleted () |
| void | MatchFound | ( | CMsgStorePropertyContainer *& | aMessageSummary | ) | [pure virtual] |
Notifies the client that a match has been found
/param aMessageSummary (OUT) containts the properties of the matching message. The properties include those specified in RMsgStoreSearchCriteria that was passed to CMsgStoreMailBox::SearchL() . /note client should take over the ownership ot the pointer presented by this method
| CMsgStorePropertyContainer *& aMessageSummary |
| void | SearchCompleted | ( | ) | [pure virtual] |
Notifies that client that the search has completed
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.