|
||
class TImImap4GetMailInfo;
Specifies options used when retrieving messages with IMAP.
An TImImap4GetMailInfo is passed as a packaged parameter to CImap4ClientMtm::InvokeAsyncFunctionL(TInt,const CMsvEntrySelection &,TDes8 &,TRequestStatus &)
when a message getting command is issued.
Options include the maximum message size, and what message parts are required.
Defined in TImImap4GetMailInfo
:
iDestinationFolder
The destination folder ID, specifying the target folder when messages are copied...iGetMailBodyParts
The required message parts. iMaxEmailSize
The maximum message size (bytes). Messages of greater size are not fetched. CImImap4GetMail
Encapsulates an operation to copy, move, and populate (i.e. download the full me...TImap4Cmds
IMAP4-specific commands that can be issued through either CImap4ClientMtm::Invok...TInt32 iMaxEmailSize;
The maximum message size (bytes). Messages of greater size are not fetched.
TMsvId iDestinationFolder;
The destination folder ID, specifying the target folder when messages are copied or moved.