com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class Pop3MailboxInfo



  • public class Pop3MailboxInfo
    extends Object

    Represents the status of the mailbox.

    • Constructor Detail

      • Pop3MailboxInfo

        public Pop3MailboxInfo(int count,
                       long size)

        Initializes a new instance of the Pop3MailboxInfo class.

        Parameters:
        count - The message count.
        size - The occupied size.
    • Method Detail

      • getMessageCount

        public final int getMessageCount()

        Gets the count of messages in the mailbox.

        Value: The message count.
      • getOccupiedSize

        public final long getOccupiedSize()

        Gets the occupied size of the mailbox.

        Value: The occupied size.
      • toString

        public String toString()

        Returns a String that represents this instance.

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