Enum SystemMessageType
System Message Type This Enum is used by: Message.type This Enum consists of flag values that can be combined.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[Flags]
public enum SystemMessageType : short
Fields
| Name | Description |
|---|---|
| Error | 3: There is a problem that the system will not be able to get around. |
| Info | 1: There is information that the user should be made aware of. |
| Unspecified | 0: System message type is unspecified. |
| Warning | 2: There is a problem that the user must be made aware of. |