FolderStatus Class |
Namespace: MailBee.ImapMail
The FolderStatus type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
FolderName |
Gets the full name of the folder including parent folder names if any.
| |
IsValid |
Gets if the server response containing the folder status information has been successfully parsed.
| |
MessageCount |
Gets the number of messages in the folder.
| |
RawFolderName |
Gets the full name of the folder as was returned by the server including parent folder names if any.
| |
RecentCount |
Gets the number of recent messages in the folder.
| |
UidNext |
Gets the next UID value to be assigned to a new message.
| |
UidValidity |
Gets the UID validity value of the folder.
| |
UnseenCount |
Gets the number of unseen messages in the folder.
|
Note |
---|
GetFolderStatus(String) method obtains the status information about the requested folder without selecting it. The currently selected folder (if any) remains selected after calling this method. |