Location:
IMAPSET.H
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()
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 partially
Defined in TImImap4GetPartialMailInfo
:
iAttachmentSizeLimit
, iBodyTextSizeLimit
, iPartialMailOptions
, iTotalSizeLimit
Inherited from TImImap4GetMailInfo
:
iDestinationFolder
,
iGetMailBodyParts
,
iMaxEmailSize
TImImap4PartialMailOptions iPartialMailOptions;
The required message parts.