TImImap4GetPartialMailInfo Class Reference

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.

CImImap4GetMail

Inherits from

Member Data Documentation

TInt32 iAttachmentSizeLimit

TInt32 iAttachmentSizeLimit

The maximum size limit for the attachments (bytes).

TInt32 iBodyTextSizeLimit

TInt32 iBodyTextSizeLimit

The maximum size limit for body of the message (bytes).

TImImap4PartialMailOptions iPartialMailOptions

TImImap4PartialMailOptions iPartialMailOptions

The required message parts.

TInt32 iTotalSizeLimit

TInt32 iTotalSizeLimit

The maximum size limit for the total message (bytes).