Dart.Mail Namespace : ImapFlags Enumeration |
<FlagsAttribute()> Public Enum ImapFlags Inherits System.Enum
Dim instance As ImapFlags
[Flags()] public enum ImapFlags : System.Enum
[Flags()] __value public enum ImapFlags : public System.Enum
[Flags()] public enum class ImapFlags : public System.Enum
Member | Description |
---|---|
Answered | A message was replied to. This flag is managed entirely by the IMAP client. |
Deleted | A message should be deleted when the next EXPUNGE operation occurs. This flag is managed entirely by the IMAP client, but it is used by the IMAP server during an EXPUNGE operation. |
Draft | The composition of a message has not been finished. This flag is managed entirely by the IMAP client. |
Flagged | A message has been marked for special attention. This flag is managed entirely by the IMAP client. |
None | No flags. Clear all message flags. |
Seen | A message has been read. This flag is managed by both the client and the server. The server updates the flag when FETCH operations occur. |
System.Object
System.ValueType
System.Enum
Dart.Mail.ImapFlags