Click or drag to resize

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
Members
  Member nameValueDescription
None0 Just a normal alert
Alert1 Indicates the message requires some immediate action!
Acknowledged2 Indicates whether someone has acknowledged the alert
HighPriority4 Indicates the alert is high priority but doesn't require immediate action
System8 Indicates the alert is a system alert
Transient16 Indicates the alert is transient and shouldn't be persisted
Archived32 Indicates the message is archived
HighPriorityAlert5 Idicates a high priority alert.
See Also