ImapEnableLastDownloaded Property |
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public bool EnableLastDownloaded { get; set; }
Public Property EnableLastDownloaded As Boolean
Get
Set
Property Value
Type:
BooleanIf
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