IMAP ACL(access control list) rights.
| C# | Visual Basic | Managed C++ |
public enum IMAP_ACL_Flags
Public Enumeration IMAP_ACL_Flags
public enum class IMAP_ACL_Flags
| Member | Description |
|---|---|
| None |
No permissions at all.
|
| l |
Lookup (mailbox is visible to LIST/LSUB commands).
|
| r |
Read (SELECT the mailbox, perform CHECK, FETCH, PARTIAL,SEARCH, COPY from mailbox).
|
| s |
Keep seen/unseen information across sessions (STORE SEEN flag).
|
| w |
Write (STORE flags other than SEEN and DELETED).
|
| i |
Insert (perform APPEND, COPY into mailbox).
|
| p |
Post (send mail to submission address for mailbox,not enforced by IMAP4 itself).
|
| c |
Create (CREATE new sub-mailboxes in any implementation-defined hierarchy).
|
| d |
Delete (STORE DELETED flag, perform EXPUNGE).
|
| a |
Administer (perform SETACL).
|
| All |
All permissions
|
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)