Recipient.DisplayName Property

Independentsoft MSG .NET

Recipient DisplayName Property MSG .NET Class Library
Contains the display name of the recipient.

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

Syntax

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

value = instance.DisplayName

instance.DisplayName = value
Dim instance As Recipient 
Dim value As String 

value = instance.DisplayName

instance.DisplayName = value
/** @property */
public String get_DisplayName()
/** @property */
public void set_DisplayName(String value)
/** @property */
public String get_DisplayName()
/** @property */
public void set_DisplayName(String value)
function get DisplayName () : String 
function set DisplayName (value : String)
function get DisplayName () : String 
function set DisplayName (value : String)
function get_DisplayName();
function set_DisplayName(value);
function get_DisplayName();
function set_DisplayName(value);

Property Value

Type: OnlineString
See Also