Gets the number of messages in the folder.
Namespace:
Rebex.Net
Assembly:
Rebex.Imap (in Rebex.Imap.dll)
Syntax
Visual Basic |
---|
Public ReadOnly Property TotalMessageCount As Integer Get |
C# |
---|
public int TotalMessageCount { get; } |
Field Value
Number of messages in the folder.Remarks
This property is not set for folders
returned by a call to GetFolderList()()()() methods
and will contain a value of 0.