Pop3InboxPreloadOptions Property |
Namespace: MailBee.Pop3Mail
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(String, String, String, String, AuthenticationMethods, AuthenticationOptions, SaslMethod) method call. |