Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Send-As Messaging

Messaging provides a simple-to-use interface that allows applications to package data into outgoing messages. The class CSendAs provides client applications with the means to:

An application using this determines first that an appropriate MTM is available by setting the required capabilities, such as whether attachments are supported or whether the message body is restricted to plain text, and then obtaining the names of the available MTMs. Alternatively, if the caller knows which MTM to use, it can be set directly using the MTM UID.

If there is more than one service that can be used by the MTM, for example, more than one SMTP account, then the caller can chose which one to use. If the caller does not set a service, then the default service is used.