Gets the number of messages in the folder.
public int TotalMessages { get; }
Public ReadOnly Property TotalMessages As Integer
public:
property int TotalMessages {
int get();
}
Value
Number of messages in the folder.
Remarks
This property is not set for
folders
returned by a call to
ListFolders methods
and will contain a value of 0.