Sensitivity Enumeration

Independentsoft MSG .NET

Sensitivity Enumeration MSG .NET Class Library
Identifies the sensitivity level assigned to a message item. These levels are arbitrarily set and filtered for, by the user.

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

Syntax

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

  Member nameValueDescription
Personal0 The message has the Personal sensitivity setting.
Private1 The message has the Private sensitivity setting.
Confidential2 The message has the Confidential sensitivity setting
None3 The message has the Normal sensitivity setting.
See Also