Message.Importance Property

Independentsoft MSG .NET

Message Importance Property MSG .NET Class Library
Contains a value that 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 Importance Importance { get; set; }
public Importance Importance { get; set; }
Public Property Importance As Importance 
	Get 
	Set
Public Property Importance As Importance 
	Get 
	Set
Dim instance As Message 
Dim value As Importance 

value = instance.Importance

instance.Importance = value
Dim instance As Message 
Dim value As Importance 

value = instance.Importance

instance.Importance = value
/** @property */
public Importance get_Importance()
/** @property */
public void set_Importance(Importance value)
/** @property */
public Importance get_Importance()
/** @property */
public void set_Importance(Importance value)
function get Importance () : Importance 
function set Importance (value : Importance)
function get Importance () : Importance 
function set Importance (value : Importance)
function get_Importance();
function set_Importance(value);
function get_Importance();
function set_Importance(value);

Property Value

Type: Importance
The importance.
See Also