OlmFolderHasMessages Property

Gets a value indicating whether the current folder has messages.

Namespace:  Aspose.Email.Storage.Olm
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public bool HasMessages { get; }

Return Value

Type: Boolean
true if the current folder has messages; otherwise, false.
See Also