Holds IMAP selected folder info.
| C# | Visual Basic | Managed C++ |
public class IMAP_SelectedFolder
Public Class IMAP_SelectedFolder
public ref class IMAP_SelectedFolder
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| DeletedCount |
Gets number of messages with \DELETED flags in the collection.
| |
| Equals(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() | (Inherited from Object.) | |
| UnSeenCount |
Gets number of messages with \UNSEEN flags in the collection.
|
| Object | |
| IMAP_SelectedFolder | |
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)