Click or drag to resize

Status Class

Status of the specified folder, returned by Status(String) and Status(FolderInfo) methods.
Inheritance Hierarchy
SystemObject
  Limilabs.Client.IMAPStatus

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public class Status

The Status type exposes the following members.

Constructors
  NameDescription
Public methodStatus
Initializes a new instance of the Status class
Top
Properties
  NameDescription
Public propertyHighestModSeq
Get the highest modification sequence value (mod-sequence) of all messages in the mailbox (HIGHESTMODSEQ). This is an opaque value updated by the server whenever a metadata item is modified.
Public propertyMessageCount
Gets the total message count in the mailbox.
Public propertyRecent
Number of messages with Recent flag set.
Public propertyUIDNext
Gets the next unique identifier value (UIDNEXT). The next unique identifier value is the predicted value that will be assigned to a new message in the mailbox. Unless the unique identifier validity (UIDValidity) also changes , the next unique identifier value MUST NOT change unless new messages are added to the mailbox; and the next unique identifier value MUST change whenever new messages are added to the mailbox, even if those new messages are subsequently deleted. The next unique identifier value is intended to provide a means for a client to determine whether any messages have been delivered to the mailbox since the previous time it checked this value.
Public propertyUIDValidity
Gets the unique identifier validity value (UIDVALIDITY). Any change of unique identifiers (UIDs) between sessions MUST be detectable using the change of UIDVALIDITY. If unique identifiers from an earlier session fail to persist in this session, the UIDVALIDITY value MUST be greater than the one used in the earlier session.
Public propertyUnseen
Gets the number of messages with Unseen flag set.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also