FolderStatusRecentCount Property |
Gets the number of recent messages in the folder.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public int RecentCount { get; }
Public ReadOnly Property RecentCount As Integer
Get
Property Value
Type:
Int32The non-negative
Int32 value containing the number of recent messages in the folder,
or -1 if this information is not available.
Remarks Recent messages are messages having "\Recent" flag set. See
Recent topic
for more information regarding recent messages.
See Also