The TextMTM (examples\Messaging\TextMTM
) is an example
MTM project, which shows many aspects of dealing with the Messaging APIs.
Developers can use it as a basis for experimenting with the MTM architecture,
and for studying the MTM interfaces.
Rather than implementing a real message transport protocol, the TextMTM simulates this by treating the local file system as a remote mail server. The TextMTM allows a user to create a service representing a folder in the file system. The service then contains entries for each folder and file under that folder, so functioning as a mirror of the folder contents.
The UI MTM component allows users to get messages from the "remote" server, to edit the contents of a text message, and to copy messages back to a TextMTM service. Moving and deleting messages is also allowed.
The TextMTM is made up of a number of components, and so the source has a number of projects.
The following project is a utility project, used for deploying the MTM.
|
The following projects supply the source for the MTM.
|