MailBee.NET Objects 4.0

Imap.EnableLastDownloaded Property

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

public bool EnableLastDownloaded {get; set;}

Property Value

If true, any method of Imap component which receives FETCH responses from the server (like DownloadEnvelopes, DownloadEntireMessages, 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

Imap Class | MailBee.ImapMail Namespace | LastDownloadedEnvelopes