pop3cmds.h File Reference

Enum TPop3Cmds

POP3-specific commands that can be issued through CPop3ClientMtm::InvokeAsyncFunctionL().

EnumeratorValueDescription
KPOP3MTMIsConnectedKMtmFirstFreeMtmFunctionId

Unsupported.

KPOP3MTMConnect

Attempt to connect to the current service.

KPOP3MTMDisconnect

Disconnect from the current service.

KPOP3MTMCreateReceipt

Unused.

KPOP3MTMCopyNewMailWhenAlreadyConnected

Copy any new messages from the current service, assuming a new connection does not need to be made.

KPOP3MTMConnectAndCopyNewMailAndStayOnline

Copy any new messages from the current service, and do not disconnect afterwards.

KPOP3MTMConnectAndCopyNewMailAndDisconnect

Copy any new messages from the current service, and disconnect afterwards.

KPOP3MTMMoveNewMailWhenAlreadyConnected

Move any new messages from the current service, assuming a new connection does not need to be made.

KPOP3MTMConnectAndMoveNewMailAndStayOnline

Move any new messages from the current service, and do not disconnect afterwards.

KPOP3MTMConnectAndMoveNewMailAndDisconnect

Connect to current service, move any new messages, and disconnect afterwards.

KPOP3MTMCopyMailSelectionWhenAlreadyConnected

Copy the specified messages from the current service, assuming a new connection does not need to be made.

KPOP3MTMConnectAndCopyMailSelectionAndStayOnline

Connect to current service, copy the specified messages, and do not disconnect afterwards.

KPOP3MTMConnectAndCopyMailSelectionAndDisconnect

Connect to current service, copy the specified messages, and disconnect afterwards.

KPOP3MTMMoveMailSelectionWhenAlreadyConnected

Move the specified messages from the current service, assuming a new connection does not need to be made.

KPOP3MTMConnectAndMoveMailSelectionAndStayOnline

Connect to current service, move the specified messages, and do not disconnect afterwards.

KPOP3MTMConnectAndMoveMailSelectionAndDisconnect

Connect to current service, move the specified messages, and disconnect afterwards.

KPOP3MTMCopyAllMailWhenAlreadyConnected

Copy all messages from the current service, assuming a new connection does not need to be made.

KPOP3MTMConnectAndCopyAllMailAndStayOnline

Connect to current service, copy all messages, and do not disconnect afterwards.

KPOP3MTMConnectAndCopyAllMailAndDisconnect

Connect to current service, copy all messages, and disconnect afterwards.

KPOP3MTMMoveAllMailWhenAlreadyConnected

Move all messages from the current service, assuming a new connection does not need to be made.

KPOP3MTMConnectAndMoveAllMailAndStayOnline

Connect to current service, move all messages, and do not disconnect afterwards.

KPOP3MTMConnectAndMoveAllMailAndDisconnect

Connect to current service, move all messages, and disconnect afterwards.

KPOP3MTMCancelOfflineOperations

Cancel all offline operations.

KPOP3MTMCancelSendOnNextConnection

Unused.

KPOP3MTMCreateNewEmailMessage

Creates a new message.

KPOP3MTMCreateReplyEmailMessage

Creates a new reply message.

KPOP3MTMCreateForwardEmailMessage

Creates a new forwarded message.

KPOP3MTMCreateForwardAsAttachmentEmailMessage

Creates a new forwarded message as an attachment.

KPOP3MTMCreateReceiptEmailMessage

Creates a new message-receipt message.

KPOP3MTMPopulate

Populates the selection of messages from the current service, assuming a new connection does not need to be made.

KPOP3MTMPopulateNew

Populates any new messages from the current service, assuming a new connection does not need to be made.

KPOP3MTMPopulateAll

Populates all messages from the current service, assuming a new connection does not need to be made.