MailBee.NET Objects 4.0

Pop3.EnableLastDownloaded Property

Gets or sets whether MailBee should save currently downloaded messages in LastDownloadedMessages property.

public bool EnableLastDownloaded {get; set;}

Property Value

If true, any method of Pop3 component which receives mail messages or message headers (RETR or TOP responses) from the server (like DownloadEntireMessages, DownloadMessageHeaders, DownloadEntireMessage, and DownloadMessageHeader) will populate LastDownloadedMessages collection with MailMessage objects received and parsed during the method execution; if false, LastDownloadedMessages property will always return a null reference (Nothing in Visual Basic). The default value is false.

See Also

Pop3 Class | MailBee.Pop3Mail Namespace | LastDownloadedMessages