Recipient.DisplayName7Bit Property

Independentsoft MSG .NET

Recipient DisplayName7Bit Property MSG .NET Class Library
Contains a 7-bit ASCII representation of the recipient's display name.

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

Syntax

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

value = instance.DisplayName7Bit

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

value = instance.DisplayName7Bit

instance.DisplayName7Bit = value
/** @property */
public String get_DisplayName7Bit()
/** @property */
public void set_DisplayName7Bit(String value)
/** @property */
public String get_DisplayName7Bit()
/** @property */
public void set_DisplayName7Bit(String value)
function get DisplayName7Bit () : String 
function set DisplayName7Bit (value : String)
function get DisplayName7Bit () : String 
function set DisplayName7Bit (value : String)
function get_DisplayName7Bit();
function set_DisplayName7Bit(value);
function get_DisplayName7Bit();
function set_DisplayName7Bit(value);

Property Value

Type: OnlineString
See Also