diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-232E2D33-8BC1-5CC3-A4DF-2C99900E1083.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-232E2D33-8BC1-5CC3-A4DF-2C99900E1083.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,36 @@ + + + + + +Client-side +MTM implementation +
Example Code

Download

Click on the +following link to download the example: TextMTM.zip

Click: browse to view the example code.

The files reproduced +here are the main files contained in the examples directory. Some extra files +may be needed to run the examples, and these will be found in the appropriate +examples directory.

The subproject txtc demonstrates +a Client-side MTM. The central class is CTextMtmClient,

derived +from the Client-side MTM base class CBaseMtm.

txtc implements +all mandatory Client-side MTM functionality, and the following optional MTM +functionality:

    +
  • find: this searches the body text of a local entry, or its description +or details

  • +
  • message forwarding: this copies a message to another folder

  • +
  • MTM-specific operations: txtc accepts requests for +an asynchronous service Refresh operation, and passes such requests to the +Server-side Text MTM.

  • +

+
Class Summary

CBaseMtm CMTMTxtsetings TMTMTxtSettings

The +following optional functionality is not implemented:

    +
  • address handling: addresses are not relevant to this MTM

  • +
  • subject field

  • +
  • replying

  • +

+
\ No newline at end of file