Importance Enumeration

Independentsoft MSG .NET

Importance Enumeration MSG .NET Class Library
Indicates the message sender's opinion of the importance of a message.

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

Syntax

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

  Member nameValueDescription
Low0 The message has low importance.
Normal1 The message has normal importance.
High2 The message has high importance.
None3 None.
See Also