Pop3InboxPreloadOptions Property
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.

Namespace: MailBee.Pop3Mail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public Pop3InboxPreloadOptions InboxPreloadOptions { get; set; }

Property Value

Type: Pop3InboxPreloadOptions
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.
Remarks

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.

See Also