OlmFolder Class

Represents folder information in OLM storage.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Storage.OlmOlmFolder

Namespace:  Aspose.Email.Storage.Olm
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class OlmFolder

The OlmFolder type exposes the following members.

Properties
  NameDescription
Public propertyHasMessages
Gets a value indicating whether the current folder has messages.
Public propertyMessageCount
Gets the message count.
Public propertyName
Gets the folder name.
Public propertyPath
Gets the path.
Public propertySubFolders
Gets the list of sub-folders.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
See Also