Class Pop3MailboxInfo

Pop3MailboxInfo class

Represents the status of the mailbox.

public class Pop3MailboxInfo

Constructors

NameDescription
Pop3MailboxInfo(int, long)Initializes a new instance of the Pop3MailboxInfo class.

Properties

NameDescription
MessageCount { get; }Gets the count of messages in the mailbox.
OccupiedSize { get; }Gets the occupied size of the mailbox.

Methods

NameDescription
override ToString()Returns a String that represents this instance.

See Also