MboxrdStorageReaderGetTotalItemsCount Method |
Returns the number of messages in a storage.
Namespace:
Aspose.Email.Storage.Mbox
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic int GetTotalItemsCount()
Public Function GetTotalItemsCount As Integer
public:
int GetTotalItemsCount()
member GetTotalItemsCount : unit -> int
Return Value
Type:
Int32
Returns the number of messages in a storage.
See Also