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.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also