ImapFolder Class
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9147)
Represents an IMAP folder.
Syntax
public class ImapFolder
Inherited Members
Remarks
Instances of this class occur in a folder list returned by Get
Properties
Name | Description |
---|---|
Can |
Gets a value indicating whether any subfolders can exist
under this folder. This value is only set for folders
returned by a call to Get |
Delimiter | Gets a string that is used to delimit levels of hierarchy under
this folder. It usually contains either '/' or '.'.
This value is only set for folders
returned by a call to Get |
First |
Gets the number of messages that have not been read.
This property is not set for folders
returned by a call to Get |
Is |
Gets a value indicating whether this folder contains messages that have been added since the last time the folder was selected. |
Is |
Gets a value indicating whether it is possible to select this folder. |
Name | Gets the name of the folder. |
Next |
Gets the unique ID to be assigned to a next message that arrives into this folder.
This property is not set for folders
returned by a call to Get |
Not |
Gets the number of messages that have not been read.
This property is not set for folders
returned by a call to Get |
Permanent |
Gets message flags that can be changed permanently. |
Read |
Gets a value indicating whether the folder is read-only. |
Recent |
Gets the number of messages that arrived recently.
This property is not set for folders
returned by a call to Get |
Special |
Returns folder purpose if known. This property only contains useful information if
the IMAP server supports the XLIST command or extended LIST command (RFC 6154) and the folder list was returned using the Get |
Supported |
Gets supported message flags. |
Total |
Gets the number of messages in the folder. |
Validity |
Gets the validity ID of the mailbox.
This property is not set for folders
returned by a call to Get |