Message.DisplayTo Property

Independentsoft MSG .NET

Message DisplayTo Property MSG .NET Class Library
Contains a list of the display names of the primary (To) message recipients, separated by semicolons (;).

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

Syntax

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

value = instance.DisplayTo

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

value = instance.DisplayTo

instance.DisplayTo = value
/** @property */
public String get_DisplayTo()
/** @property */
public void set_DisplayTo(String value)
/** @property */
public String get_DisplayTo()
/** @property */
public void set_DisplayTo(String value)
function get DisplayTo () : String 
function set DisplayTo (value : String)
function get DisplayTo () : String 
function set DisplayTo (value : String)
function get_DisplayTo();
function set_DisplayTo(value);
function get_DisplayTo();
function set_DisplayTo(value);

Property Value

Type: OnlineString
The display to.
See Also