com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class OlmFolder



  • public class OlmFolder
    extends Object

    Represents folder information in OLM storage.

    • Method Detail

      • getName

        public final String getName()

        Gets the folder name.

        Value: The name.
      • getSubFolders

        public final List<OlmFolder> getSubFolders()

        Gets the list of sub-folders.

        Value: The list of sub-folders.
      • hasMessages

        public final boolean hasMessages()

        Gets a value indicating whether the current folder has messages.

        Returns:
        true if the current folder has messages; otherwise, false.
      • getMessageCount

        public final int getMessageCount()

        Gets the message count.

        Value: The message count.
      • getPath

        public final String getPath()

        Gets the path.

        Value: The folder path.
      • toString

        public String toString()

        Returns a String that represents this instance.

        Overrides:
        toString in class Object
        Returns:
        A String that represents this instance.