Public Member Functions | |
~CSearchsortExample () | |
void | CreateClientRegistryL () |
void | CreatePopAndSmtpAccountL () |
void | CreateSmtpMessageL (TInt aindex, TDes &aFrominfo, TDes &aToinfo, TDes &aSubjectinfo) |
void | SearchSortRequestWithoutIteratorL (TDes &aSender, TBool aCaseSensitivity, TBool aWholeWordSearch, TBool aCombinedSearch, TInt &aResultCount) |
void | SearchSortRequestWithIteratorL (TInt &aResultCount) |
void | SearchSortRequestByQueryIdL (TInt &aResultCount) |
void | HandleSessionEventL (TMsvSessionEvent aEvent, TAny *aArg1, TAny *aArg2, TAny *aArg3) |
void | DeleteSmtpMessageL () |
void | DeleteAccountsL () |
Static Public Member Functions | |
static CSearchsortExample * | NewL () |
Public Attributes | |
RArray< TResultSummary > | iTResultSummary |
Definition at line 135 of file searchsortexample.h.
CSearchsortExample::~CSearchsortExample | ( | ) |
Destructor.
Definition at line 75 of file searchsortexample.cpp.
CSearchsortExample * CSearchsortExample::NewL | ( | ) | [static] |
ApI Implementation
Definition at line 53 of file searchsortexample.cpp.
void CSearchsortExample::CreateClientRegistryL | ( | ) |
Starts a message server session. Creates the client side mtm registry and pop client mtm. KErrNoMemory, KErrNotFound, KErrBadLibraryEntryPoint.
Definition at line 109 of file searchsortexample.cpp.
void CSearchsortExample::CreatePopAndSmtpAccountL | ( | ) |
Creates a pop account and an smtp account. Sets the pop server address to the system address. Sets the login name and password. system wide error codes
Definition at line 136 of file searchsortexample.cpp.
void CSearchsortExample::CreateSmtpMessageL | ( | TInt | aindex, | |
TDes & | aFrominfo, | |||
TDes & | aToinfo, | |||
TDes & | aSubjectinfo | |||
) |
Creates an smtp message,stores and then commits settings to a specified message store. KErrNoMemory,KErrNotFound,KErrAccessDenied,Standard
Definition at line 205 of file searchsortexample.cpp.
void CSearchsortExample::SearchSortRequestWithoutIteratorL | ( | TDes & | aSearchtext, | |
TBool | aCaseSensitivity, | |||
TBool | aWholeWordSearch, | |||
TBool | aCombinedSearch, | |||
TInt & | aResultCount | |||
) |
Seachsort request without iterator.
Definition at line 318 of file searchsortexample.cpp.
void CSearchsortExample::SearchSortRequestWithIteratorL | ( | TInt & | aResultCount | ) |
Seachsort request with iterator.
Definition at line 420 of file searchsortexample.cpp.
void CSearchsortExample::SearchSortRequestByQueryIdL | ( | TInt & | aResultCount | ) |
Seachsort request by QueryId.
Definition at line 480 of file searchsortexample.cpp.
void CSearchsortExample::DeleteSmtpMessageL | ( | ) |
Deleting Smtp message entries
Definition at line 566 of file searchsortexample.cpp.