FolderInfoContentCount Property |
Gets the total number of items in the folder.
Namespace:
Aspose.Email.Storage.Pst
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic int ContentCount { get; }
Public ReadOnly Property ContentCount As Integer
Get
public:
property int ContentCount {
int get ();
}
member ContentCount : int with get
Property Value
Type:
Int32
The content count.
See Also