| MailMessageFlags Enumeration |
Represents a flag for an alert message.
Namespace:
SanteDB.Core.Mail
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public enum MailMessageFlags
Public Enumeration MailMessageFlags
public enum class MailMessageFlags
Members
| Member name | Value | Description |
---|
| None | 0 |
Just a normal alert
|
| Alert | 1 |
Indicates the message requires some immediate action!
|
| Acknowledged | 2 |
Indicates whether someone has acknowledged the alert
|
| HighPriority | 4 |
Indicates the alert is high priority but doesn't require immediate action
|
| System | 8 |
Indicates the alert is a system alert
|
| Transient | 16 |
Indicates the alert is transient and shouldn't be persisted
|
| Archived | 32 |
Indicates the message is archived
|
| HighPriorityAlert | 5 |
Idicates a high priority alert.
|
See Also