Location: mtmuids.h
The standard messaging capabilities allow clients to check dynamically the characteristics of an MTM. Many capabilities, such as whether the message type has a subject field, are simply supported or not. For some other capabilities, further information is available: for example, the maximum size of a message. In these cases, the type of this information is noted as the Return type. Specific return type values are defined in mtmdef.hrh.
const TUid KUidMsvQuerySupportsBioMsg
Supported from 6.0
Does the MTM support BIO messages.
No return value.
KUidMsvQuerySupportsScheduling
Supported from 6.0
Does the MTM support scheduled sending.
No return value.
const TUid KUidMtmQueryMaxRecipientCount
Maximum number of recipients (-1 indicates unlimited numbers).
Return type: TInt
.
const TUid KUidMtmQuerySendAsRenderingUid
Printer driver UID for rendering the fax image.
Return type: TUid
.
const TUid KUidMtmQuerySendAsRequiresRenderedImage
When using the MTM in Send-As, does a rendered image have to be prepared (i.e.fax).
Return type: TBool
.
const TUid KUidMtmQuerySupportedBody
Character widths supported by message type (returned TInt
is the sum of the appropriate values).
Return values:
KMtm8BitBody
(0x0002)
KMtm7BitBody
(0x0001)
KMtm16BitBody
(0x0004)
const TUid KUidMtmQuerySupportSubject
Does the MTM message type have a subject field.
No return value.