ImapFolder.TotalMessageCount Property
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
TotalMessageCount
Gets the number of messages in the folder.
Declaration
public int TotalMessageCount { get; }
Property Value
Type | Description |
---|---|
Int32 | 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.