Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: mtmuidef.h

Predefined User Interface MTM operation IDs

Description

There a few predefined IDs for MTM-specific operations. User Interface MTMs wishing to provide functionality of the appropriate type should do through these IDs.


KMtmFirstFreeMtmUiFunctionId

KMtmFirstFreeMtmUiFunctionId

Support

Supported from 6.0

Description

MTMs should give any custom operation IDs values above this.

[Top]


KMtmUiFunctionFetchAll

KMtmUiFunctionFetchAll

Support

Supported from 6.0

Description

Fetch all messages to the local machine.

[Top]


KMtmUiFunctionFetchNew

KMtmUiFunctionFetchNew

Support

Supported from 6.0

Description

Fetch only new messages to the local machine.

For some protocols, this may have a different meaning than KMtmUiFunctionGetNew. For example, for IMAP4, KMtmUiFunctionGetNew only downloads the message headers, not the full message.

[Top]


KMtmUiFunctionFetchSelected

KMtmUiFunctionFetchSelected

Support

Supported from 6.0

Description

Fetch only selected messages to the local machine.

[Top]


KMtmUiFunctionGetNew

KMtmUiFunctionGetNew

Support

Supported from 6.0

Description

Get new mail.

[Top]


KMtmUiFunctionPrint

KMtmUiFunctionPrint

Description

Print message.

[Top]


KMtmUiFunctionPrintPreview

KMtmUiFunctionPrintPreview

Description

Do a print preview of the message.

[Top]


KMtmUiFunctionSendAs

KMtmUiFunctionSendAs

Support

Supported from 6.0

Description

Perform a send-as of the message by the MTM.

[Top]


KMtmUiMessagingInitialisation

KMtmUiMessagingInitialisation

Description

Carry out special setup steps to be taken only on the first time of execution of the Messaging application.