ImapEnableLastDownloaded Property
Gets or sets whether MailBee should save currently downloaded envelopes in LastDownloadedEnvelopes property.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public bool EnableLastDownloaded { get; set; }

Property Value

Type: Boolean
If true, any method of Imap component which receives FETCH responses from the server (like DownloadEnvelopes(String, Boolean, EnvelopeParts, Int32, String, String), DownloadEntireMessages(String, Boolean), GetFolderSize, etc) will populate LastDownloadedEnvelopes collection with Envelope objects received and parsed during the method execution; if false, LastDownloadedEnvelopes property will always return a null reference (Nothing in Visual Basic). The default value is false.
See Also