Header.Value Property

Independentsoft MSG .NET

Header Value Property MSG .NET Class Library
Gets or sets the value.

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

Syntax

public string Value { get; set; }
public string Value { get; set; }
Public Property Value As String 
	Get 
	Set
Public Property Value As String 
	Get 
	Set
Dim instance As Header 
Dim value As String 

value = instance.Value

instance.Value = value
Dim instance As Header 
Dim value As String 

value = instance.Value

instance.Value = value
/** @property */
public String get_Value()
/** @property */
public void set_Value(String value)
/** @property */
public String get_Value()
/** @property */
public void set_Value(String value)
function get Value () : String 
function set Value (value : String)
function get Value () : String 
function set Value (value : String)
function get_Value();
function set_Value(value);
function get_Value();
function set_Value(value);

Property Value

Type: OnlineString
The value.
See Also