Folder Class |
Namespace: MailBee.ImapMail
The Folder 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 | |
---|---|---|
![]() | Delimiter |
Gets the character which is used as a hierarchy delimiter of separate levels of folder names.
|
![]() | Flags |
Gets the set of flags associated with the folder.
|
![]() | IsValid |
Gets if the server response containing the folder information has been successfully parsed.
|
![]() | Name |
Gets the full name of the folder including parent folder names if any.
|
![]() | NestingLevel |
Gets the level of nesting of this folder into parent folders.
|
![]() | RawName |
Gets the full name of the folder as was returned by the server including parent folder names if any.
|
![]() | ShortName |
Gets the short name (without parent folder names if any) of the folder.
|