Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: mtmuids.h

Capability constants: general

Description

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.


KUidMsvMtmQueryEditorUid

const TUid KUidMsvMtmQueryEditorUid

Description

UID of default message editor.

Return type: TUid.

[Top]


KUidMsvQuerySupportsBioMsg

const TUid KUidMsvQuerySupportsBioMsg

Support

Supported from 6.0

Description

Does the MTM support BIO messages.

No return value.

[Top]


KUidMsvQuerySupportsScheduling

KUidMsvQuerySupportsScheduling

Support

Supported from 6.0

Description

Does the MTM support scheduled sending.

No return value.

[Top]


KUidMtmQueryCanReceiveMsg

const TUid KUidMtmQueryCanReceiveMsg

Description

Receive message.

No return value.

[Top]


KUidMtmQueryCanSendMsg

const TUid KUidMtmQueryCanSendMsg

Description

Send message.

No return value.

[Top]


KUidMtmQueryMaxBodySize

const TUid KUidMtmQueryMaxBodySize

Description

Maximum message body size.

Return type: TInt.

[Top]


KUidMtmQueryMaxRecipientCount

const TUid KUidMtmQueryMaxRecipientCount

Description

Maximum number of recipients (-1 indicates unlimited numbers).

Return type: TInt.

[Top]


KUidMtmQueryMaxTotalMsgSize

const TUid KUidMtmQueryMaxTotalMsgSize

Description

Maximum total size of message.

Return type: TInt.

[Top]


KUidMtmQueryOffLineAllowed

const TUid KUidMtmQueryOffLineAllowed

Description

Off-line operation allowed.

No return value.

[Top]


KUidMtmQuerySendAsRenderingUid

const TUid KUidMtmQuerySendAsRenderingUid

Description

Printer driver UID for rendering the fax image.

Return type: TUid.

[Top]


KUidMtmQuerySendAsRequiresRenderedImage

const TUid KUidMtmQuerySendAsRequiresRenderedImage

Description

When using the MTM in Send-As, does a rendered image have to be prepared (i.e.fax).

Return type: TBool.

[Top]


KUidMtmQuerySupportAttachments

const TUid KUidMtmQuerySupportAttachments

Description

Are attachments supported.

No return value.

[Top]


KUidMtmQuerySupportedBody

const TUid KUidMtmQuerySupportedBody

Description

Character widths supported by message type (returned TInt is the sum of the appropriate values).

Return values:

KMtm8BitBody (0x0002)

KMtm7BitBody (0x0001)

KMtm16BitBody (0x0004)

[Top]


KUidMtmQuerySupportsFolder

const TUid KUidMtmQuerySupportsFolder

Description

Does the MTM support folders.

No return value.

[Top]


KUidMtmQuerySupportSubject

const TUid KUidMtmQuerySupportSubject

Description

Does the MTM message type have a subject field.

No return value.