Location: mtmuidef.h
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
Supported from 6.0
MTMs should give any custom operation IDs values above this.
KMtmUiFunctionFetchAll
Supported from 6.0
Fetch all messages to the local machine.
KMtmUiFunctionFetchNew
Supported from 6.0
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.
KMtmUiFunctionFetchSelected
Supported from 6.0
Fetch only selected messages to the local machine.
KMtmUiFunctionSendAs
Supported from 6.0
Perform a send-as of the message by the MTM.
KMtmUiMessagingInitialisation
Carry out special setup steps to be taken only on the first time of execution of the Messaging application.