maxFolderSize property

int? maxFolderSize
getter/setter pair

An optional limit on the number of messages that an IMAP folder may contain.

Legal values are 0, 1000, 2000, 5000 or 10000. A value of zero is interpreted to mean that there is no limit.

Implementation

core.int? maxFolderSize;