MailBee.NET Objects 3.1

Pop3.InboxPreloadOptions 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.

public Pop3InboxPreloadOptions InboxPreloadOptions {get; set;}

Property Value

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 download the required elements the inbox statistics when appropriate. However, in some special cases, the developer may prefer to have this data preloaded. In such situation, this property must be set prior to Login method call.

See Also

Pop3 Class | MailBee.Pop3Mail Namespace