Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <IMAPSET.H>

Class TImImap4GetPartialMailInfo

class TImImap4GetPartialMailInfo : public TImImap4GetMailInfo;

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(TInt,const CMsvEntrySelection &,TDes8 &,TRequestStatus &) when a message populate command is issued.

Derivation

Members

Defined in TImImap4GetPartialMailInfo:

Inherited from TImImap4GetMailInfo:

See also:


Member data


iTotalSizeLimit

TInt32 iTotalSizeLimit;

Description

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


iBodyTextSizeLimit

TInt32 iBodyTextSizeLimit;

Description

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


iAttachmentSizeLimit

TInt32 iAttachmentSizeLimit;

Description

The maximum size limit for the attachments (bytes).


iPartialMailOptions

TImImap4PartialMailOptions iPartialMailOptions;

Description

The required message parts.