Pop3MailboxInfo Class

Represents the status of the mailbox.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.Pop3Pop3MailboxInfo

Namespace:  Aspose.Email.Clients.Pop3
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class Pop3MailboxInfo

The Pop3MailboxInfo type exposes the following members.

Constructors
  NameDescription
Public methodPop3MailboxInfo
Initializes a new instance of the Pop3MailboxInfo class.
Properties
  NameDescription
Public propertyMessageCount
Gets the count of messages in the mailbox.
Public propertyOccupiedSize
Gets the occupied size of the mailbox.
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