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: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public enum MailMessageFlags
Members
Member nameValueDescription
None0 Just a normal alert
Alert1 Indicates the message requires some immediate action!
LowPriority2 Indicates whether the mail is low priority
HighPriority4 Indicates the alert is high priority but doesn't require immediate action
See Also