Gets or sets the status of whether MailBee will download the list of message sizes and/or the list of message lengths during logging in the inbox.
A set of flags indicating which elements of the inbox statistics must be downloaded immediately after the successful login operation. The default value is None.
By default, MailBee automatically downloads the required elements the inbox statistics when appropriate. However, in some cases, the developer may prefer to have this data preloaded. For instance, if you're downloading large e-mails (more than 1MB), pre-downloading their sizes will help MailBee to pre-allocate a buffer of the required length and avoid any re-allocations during the download process.
Note This property has effect only if set BEFORE Login method call.
Pop3 Class | MailBee.Pop3Mail Namespace