|
||
class TImImap4GetPartialMailInfo : public TImImap4GetMailInfo;
Specifies message criteria that are used as a filter when retrieving messages partially.
Options include the maximum size for the whole message, the maximum size for the body of the message, the maximum size for the attachments with the message, and the message parts required.
An TImImap4GetPartialMailInfo is passed as a packaged parameter to CImap4ClientMtm::InvokeAsyncFunctionL(TInt,const CMsvEntrySelection &,TDes8 &,TRequestStatus &)
when a message populate command is issued.
TImImap4GetMailInfo
- Specifies options used when retrieving messages with IMAP.
TImImap4GetPartialMailInfo
- Specifies message criteria that are used as a filter when retrieving messages pa...
Defined in TImImap4GetPartialMailInfo
:
iAttachmentSizeLimit
The maximum size limit for the attachments (bytes). iBodyTextSizeLimit
The maximum size limit for body of the message (bytes). iPartialMailOptions
The required message parts. iTotalSizeLimit
The maximum size limit for the total message (bytes). Inherited from 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...TImImap4PartialMailOptions iPartialMailOptions;
The required message parts.