TImImap4GetPartialMailInfo Class Reference

#include <mw/imapset.h>

class TImImap4GetPartialMailInfo : public TImImap4GetMailInfo

Inherits from

Detailed Description

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.

See also: CImImap4GetMail

Member Attribute Documentation

iAttachmentSizeLimit

TInt32 iAttachmentSizeLimit

The maximum size limit for the attachments (bytes).

iBodyTextSizeLimit

TInt32 iBodyTextSizeLimit

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

iPartialMailOptions

TImImap4PartialMailOptions iPartialMailOptions

The required message parts.

iTotalSizeLimit

TInt32 iTotalSizeLimit

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