#include <mw/pop3set.h>
Link against: imcm.lib
class TImPop3PopulateOptions |
Public Member Functions | |
---|---|
TImPop3PopulateOptions() | |
IMPORT_C TInt | MaxEmailSize() |
IMPORT_C TInt | PopulationLimit() |
IMPORT_C void | SetMaxEmailSize(TInt) |
IMPORT_C void | SetPopulationLimit(TInt) |
IMPORT_C void | UnpackL(const TDesC8 &, TImPop3PopulateOptions &) |
Use to specify the population limit for the POP3 top command
See also: CPop3ClientMtm
IMPORT_C | TImPop3PopulateOptions | ( | ) |
IMPORT_C TInt | MaxEmailSize | ( | ) |
IMPORT_C TInt | PopulationLimit | ( | ) |
IMPORT_C void | SetMaxEmailSize | ( | TInt | aMaxEmailSize | ) |
IMPORT_C void | SetPopulationLimit | ( | TInt | aPopulationLimit | ) |
IMPORT_C void | UnpackL | ( | const TDesC8 & | aDesc, |
TImPop3PopulateOptions & | aUnpackTo | |||
) | [static] |
Creates and initialises a TImPop3PopulateOptions using data from a packaged descriptor to initialise members.
Parameters | |
---|---|
aDesc | descriptor containing a packaged instance of either TImPop3PopulateOptions |
aUnpackTo | Used to return the unpacked options class |