Message.Title Property

Independentsoft MSG .NET

Message Title Property MSG .NET Class Library
Contains the title for the contact.

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

Syntax

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

value = instance.Title

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

value = instance.Title

instance.Title = value
/** @property */
public String get_Title()
/** @property */
public void set_Title(String value)
/** @property */
public String get_Title()
/** @property */
public void set_Title(String value)
function get Title () : String 
function set Title (value : String)
function get Title () : String 
function set Title (value : String)
function get_Title();
function set_Title(value);
function get_Title();
function set_Title(value);

Property Value

Type: OnlineString
The title.
See Also