ImapFolderInfo
Contents
[
Hide
]ImapFolderInfo class
Represents an IMAP folder.
Constructors
| Name | Description |
|---|---|
| ImapFolderInfo (2 overloads) | Initializes a new instance of ImapFolderInfo class |
Methods
| Name | Description |
|---|---|
| get_Delimiter | Gets a string that is used to delimit levels of hieararchy under this folder. It usually contains either ‘/’ or ‘.’. This value is only set for folders returned by a call to GetFolderList methods. For GetFolderInfo method and CurrentFolder property, this will throw an exception |
| get_Flags | Gets flags that are applicable for this mailbox |
| get_FolderType | Gets information about folder purpose in case if it is used as special folder. This option is accessible only in case if server supports IMAP LIST: Special-Use Mailboxes (rfc6154) See more: http://tools.ietf.org/html/rfc6154 |
| get_HasChildren | Gets value indicating whether folder contains subfolders. This option is accessible only in case if server supports IMAP4 LIST Command Extensions (rfc5258) See more: http://tools.ietf.org/html/rfc5258 If value is true , it indicates that the folder has child sub-folders that are accessible to the currently authenticated user, otherwise false. |
| get_HighestModSequence | Gets value of all messages in the mailbox. See more: https://tools.ietf.org/html/rfc7162 |
| get_Marked | Gets a value indicating whether it is marked this folder. |
| get_Name | Gets the name of the folder. |
| get_NewMessageCount | Gets the number of the new messages. |
| get_NoInferiors | Gets a value indicating whether this folder can have child levels. If it is True , then no child levels exist now and none can be created in the future |
| get_NoModSeq | Gets value which indicates if mailbox supports mod-sequences. This property works only if server supports CONDSTORE extension. Please, read more https://tools.ietf.org/html/rfc4551#section-3.1.2 |
| get_NonExistent | Gets value indicating whether a folder name is referred to an existing folder. See more: http://tools.ietf.org/html/rfc5258 |
| get_PermanentFlags | Gets message flags which can be changed permanently. NOTE: If this is empty, then all flags can be changed permanently. |
| get_ReadOnly | Gets a value indicating whether the folder is read-only. |
| get_RecentMessageCount | Gets the number of messages that arrived recently. |
| get_Remote | Gets value indicating that a folder is a remote mailbox. This option is accessible only in case if server supports IMAP4 LIST Command Extensions (rfc5258) See more: http://tools.ietf.org/html/rfc5258 |
| get_Selectable | Gets a value indicating whether it is possible to select this folder. |
| get_Subscribed | Gets value that indicates that a folder name is subscribed to. See more: http://tools.ietf.org/html/rfc5258 |
| get_TotalMessageCount | Gets the number of messages in the folder. |
| get_UIDNext | Gets the validity ID of the mailbox. |
| get_UidNotSticky | Gets value which indicates if mail store does not support persistent UIDs This property works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 |
| get_ValidityId | Gets the validity ID of the mailbox. |
| set_Delimiter | Gets a string that is used to delimit levels of hieararchy under this folder. It usually contains either ‘/’ or ‘.’. This value is only set for folders returned by a call to GetFolderList methods. For GetFolderInfo method and CurrentFolder property, this will throw an exception |
| set_Flags | Sets flags that are applicable for this mailbox |
| set_FolderType | Gets information about folder purpose in case if it is used as special folder. This option is accessible only in case if server supports IMAP LIST: Special-Use Mailboxes (rfc6154) See more: http://tools.ietf.org/html/rfc6154 |
| set_HasChildren | Gets value indicating whether folder contains subfolders. This option is accessible only in case if server supports IMAP4 LIST Command Extensions (rfc5258) See more: http://tools.ietf.org/html/rfc5258 If value is true , it indicates that the folder has child sub-folders that are accessible to the currently authenticated user, otherwise false. |
| set_HighestModSequence | Gets value of all messages in the mailbox. See more: https://tools.ietf.org/html/rfc7162 |
| set_Marked | Gets a value indicating whether it is marked this folder. |
| set_Name | Gets the name of the folder. |
| set_NewMessageCount | Gets the number of the new messages. |
| set_NoInferiors | Gets a value indicating whether this folder can have child levels. If it is True , then no child levels exist now and none can be created in the future |
| set_NoModSeq | Gets value which indicates if mailbox supports mod-sequences. This property works only if server supports CONDSTORE extension. Please, read more https://tools.ietf.org/html/rfc4551#section-3.1.2 |
| set_NonExistent | Gets value indicating whether a folder name is referred to an existing folder. See more: http://tools.ietf.org/html/rfc5258 |
| set_PermanentFlags | Sets message flags which can be changed permanently. NOTE: If this is empty, then all flags can be changed permanently. |
| set_ReadOnly | Gets a value indicating whether the folder is read-only. |
| set_RecentMessageCount | Gets the number of messages that arrived recently. |
| set_Remote | Gets value indicating that a folder is a remote mailbox. This option is accessible only in case if server supports IMAP4 LIST Command Extensions (rfc5258) See more: http://tools.ietf.org/html/rfc5258 |
| set_Selectable | Gets a value indicating whether it is possible to select this folder. |
| set_Subscribed | Gets value that indicates that a folder name is subscribed to. See more: http://tools.ietf.org/html/rfc5258 |
| set_TotalMessageCount | Gets the number of messages in the folder. |
| set_UIDNext | Gets the validity ID of the mailbox. |
| set_UidNotSticky | Gets value which indicates if mail store does not support persistent UIDs This property works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315 |
| set_ValidityId | Gets the validity ID of the mailbox. |
| ToString | Returns a string that represents the current object. |
| Aspose::Email::Clients::Imap::Commands::AppendMessagesGrCommand | |
| Aspose::Email::Clients::Imap::Commands::BackupGrCommand | |
| Aspose::Email::Clients::Imap::Commands::ConnectGrCommand | |
| Aspose::Email::Clients::Imap::Commands::DeleteCommand | |
| Aspose::Email::Clients::Imap::Commands::FetchMessageInfoCollectionCommand | |
| Aspose::Email::Clients::Imap::Commands::ListCommand | |
| Aspose::Email::Clients::Imap::Commands::ListFoldersGrCommand | |
| Aspose::Email::Clients::Imap::Commands::ListMessagesByPageGrCommand | |
| Aspose::Email::Clients::Imap::Commands::ListMessagesGrCommand | |
| Aspose::Email::Clients::Imap::Commands::MoveFolderGrCommand | |
| Aspose::Email::Clients::Imap::Commands::RestoreGrCommand | |
| Aspose::Email::Clients::Imap::Commands::SelectCommand | |
| Aspose::Email::Clients::Imap::Commands::SelectFolderGrCommand | |
| Aspose::Email::Clients::Imap::Commands::StatusCommand | |
| ImapConnection | |
| InBox | Gets inbox name. |