|
||
class TPop3Progress;
Progress information for a POP3 operation.
Defined in TPop3Progress
:
ConnectionIAP()const
Retrieves the internet access point that is used when connecting to the POP3 ser...ConnectionState()const
Retrieves the stage of the connection process as defined in nifvar.h and csdprog...EPopCancellingOfflineOps
Cancelling all off-line operations. EPopConnectedAndIdle
Connected to remote mail box and no current operations. EPopConnecting
Connecting to remote mail box. EPopCopyAllMail
Copying all messages. EPopCopyMailSelection
Copying a selection of messages. EPopCopyNewMail
Copying new messages. EPopCopying
Copying messages. EPopDeleting
Deleting messages. EPopDisconnected
Disconnected from remote mail box. EPopDisconnecting
Disconnecting from remote mail box. EPopMaxProgressValue
Defines the maximum value for this enumeration. EPopMoveAllMail
Moving all messages. EPopMoveMailSelection
Moving a selection of messages. EPopMoveNewMail
Moving new messages. EPopMoving
Moving messages. EPopPopulating
Populating view of remote mail box. EPopRefreshing
Refreshing view of remote mail box. EPopTidying
Internal reorganisation. EPopTopPopulating
Populating mailbox with top command TPop3ProgressType
Defines types of POP3 operations. iBytesDone
Number of bytes processed by the operation. iErrorCode
Operation error code. iMsgsToProcess
Remaining number of messages to process. iPop3Progress
Type of operation for which progress is being reported. iPop3SubStateProgress
Type of the sub-operation, where a nested operations is occurring. iServiceId
Service performing the operation. iTotalBytes
When in the EPopConnecting state, this member holds the connection iap value. Ot...iTotalMsgs
When in the EPopConnecting state, this member holds the connection stage. Otherw...iTotalSize
The total size of messages to be downloaded. IMPORT_C TInt ConnectionState() const;
Retrieves the stage of the connection process as defined in nifvar.h
and csdprog.h while the service is connecting to the POP3 server.
|
IMPORT_C TInt ConnectionIAP() const;
Retrieves the internet access point that is used when connecting to the POP3 service.
|
TPop3ProgressType
Defines types of POP3 operations.
|
TPop3ProgressType iPop3Progress;
Type of operation for which progress is being reported.
TInt iTotalMsgs;
When in the EPopConnecting state, this member holds the connection stage. Otherwise it holds the total number of messages for the operation.
TInt iTotalBytes;
When in the EPopConnecting state, this member holds the connection iap value. Otherwise it holds the total number of bytes to progress for the operation.
TPop3ProgressType iPop3SubStateProgress;
Type of the sub-operation, where a nested operations is occurring.
TInt iTotalSize;
The total size of messages to be downloaded.