Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: IMAPSET.H

Class TImImap4GetMailInfo

class TImImap4GetMailInfo;

Description

Specifies options used when retrieving messages with IMAP.

An TImImap4GetMailInfo is passed as a packaged parameter to CImap4ClientMtm::InvokeAsyncFunctionL() when a message getting command is issued.

Options include the maximum message size, and what message parts are required.

Members

Defined in TImImap4GetMailInfo:
iDestinationFolder, iGetMailBodyParts, iMaxEmailSize

See also:


Member data


iMaxEmailSize

TInt32 iMaxEmailSize;

Description

The maximum message size (bytes). Messages of greater size are not fetched.


iGetMailBodyParts

TImap4GetMailOptions iGetMailBodyParts;

Description

The required message parts.


iDestinationFolder

TMsvId iDestinationFolder;

Description

The destination folder ID, specifying the target folder when messages are copied or moved.