Enum MsgStatus
Denotes the status of the message
Namespace: Azos.Sky.WebMessaging
Assembly: Azos.Sky.dll
Syntax
public enum MsgStatus
Fields
| Name | Description |
|---|---|
| Archived | The message is archived - it should not appear in regular lists |
| Deleted | The message is marked for deletion and should be destroyed |
| Initial | The message is new/initial status |
| Read | The message was read, but may show in the list of read messages |