#include <mw/imapset.h>
class TImImap4GetPartialMailInfo : public TImImap4GetMailInfo |
Public Attributes | |
---|---|
TInt32 | iAttachmentSizeLimit |
TInt32 | iBodyTextSizeLimit |
TImImap4PartialMailOptions | iPartialMailOptions |
TInt32 | iTotalSizeLimit |
Inherited Attributes | |
---|---|
TImImap4GetMailInfo::iDestinationFolder | |
TImImap4GetMailInfo::iGetMailBodyParts | |
TImImap4GetMailInfo::iMaxEmailSize |
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
TInt32 | iAttachmentSizeLimit |
The maximum size limit for the attachments (bytes).
TInt32 | iBodyTextSizeLimit |
The maximum size limit for body of the message (bytes).