OlmFolderMessageCount Property |
Gets the message count.
Namespace:
Aspose.Email.Storage.Olm
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic int MessageCount { get; }
Public ReadOnly Property MessageCount As Integer
Get
public:
property int MessageCount {
int get ();
}
member MessageCount : int with get
Property Value
Type:
Int32
The message count.
See Also