Priority Enumeration

Independentsoft MSG .NET

Priority Enumeration MSG .NET Class Library
Represents the relative priority of a message.

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public enum Priority
public enum Priority
Public Enumeration Priority
Public Enumeration Priority
Dim instance As Priority
Dim instance As Priority
public enum Priority
public enum Priority
public enum Priority
public enum Priority
Independentsoft.Msg.Priority = function();
Independentsoft.Msg.Priority.createEnum('Independentsoft.Msg.Priority', false);
Independentsoft.Msg.Priority = function();
Independentsoft.Msg.Priority.createEnum('Independentsoft.Msg.Priority', false);
Members

  Member nameValueDescription
Low0 The message is not urgent.
Normal1 The message has normal priority.
High2 The message is urgent.
None3 None.
See Also