FolderStatus Properties

The FolderStatus type exposes the following members.

Properties
  NameDescription
Public propertyFolderName
Gets the full name of the folder including parent folder names if any.
Public propertyIsValid
Gets if the server response containing the folder status information has been successfully parsed.
Public propertyMessageCount
Gets the number of messages in the folder.
Public propertyRawFolderName
Gets the full name of the folder as was returned by the server including parent folder names if any.
Public propertyRecentCount
Gets the number of recent messages in the folder.
Public propertyUidNext
Gets the next UID value to be assigned to a new message.
Public propertyUidValidity
Gets the UID validity value of the folder.
Public propertyUnseenCount
Gets the number of unseen messages in the folder.
Top
See Also