IMAP ACL(access control list) rights.
| C# | Visual Basic | Visual C++ | F# |
public enum IMAP_ACL_Flags
Public Enumeration IMAP_ACL_Flags
public enum class IMAP_ACL_Flags
type 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 (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119