LumiSoft Mail Server User API
IMAP_SelectedFolder Class
Namespaces > LumiSoft.Net.IMAP.Server > IMAP_SelectedFolder
Holds IMAP selected folder info.
Syntax
C#Visual BasicManaged C++
public class IMAP_SelectedFolder
Public Class IMAP_SelectedFolder
public ref class IMAP_SelectedFolder
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
DeletedCount
Gets number of messages with \DELETED flags in the collection.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FirstUnseen
Gets first message index in the collection which has not \SEEN flag set.
Folder
Gets selected folder name.
FolderUID
Gets folder UID(UIDVADILITY) value.
GetHashCode()
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(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.)
Messages
Gets selected folder messages info.
MessageUidNext
Gets next new message predicted UID.
ReadOnly
Gets or sets if folder is read only.
RecentCount
Gets number of messages with \RECENT flags in the collection.
ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
UnSeenCount
Gets number of messages with \UNSEEN flags in the collection.
Inheritance Hierarchy
Object
IMAP_SelectedFolder

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)