Message.Comments Property

Independentsoft MSG .NET

Message Comments Property MSG .NET Class Library
Gets or sets the comments.

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

Syntax

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

value = instance.Comments

instance.Comments = value
Dim instance As Message 
Dim value As String 

value = instance.Comments

instance.Comments = value
/** @property */
public String get_Comments()
/** @property */
public void set_Comments(String value)
/** @property */
public String get_Comments()
/** @property */
public void set_Comments(String value)
function get Comments () : String 
function set Comments (value : String)
function get Comments () : String 
function set Comments (value : String)
function get_Comments();
function set_Comments(value);
function get_Comments();
function set_Comments(value);

Property Value

Type: OnlineString
The comments.
See Also