Message.DisplayCc Property

From Independentsoft MSG .NET

Message DisplayCc Property MSG .NET Class Library
Contains an ASCII list of the display names of any carbon copy (CC) message recipients, separated by semicolons (;).

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

Syntax

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

value = instance.DisplayCc

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

value = instance.DisplayCc

instance.DisplayCc = value
/** @property */
public String get_DisplayCc()
/** @property */
public void set_DisplayCc(String value)
/** @property */
public String get_DisplayCc()
/** @property */
public void set_DisplayCc(String value)
function get DisplayCc () : String 
function set DisplayCc (value : String)
function get DisplayCc () : String 
function set DisplayCc (value : String)
function get_DisplayCc();
function set_DisplayCc(value);
function get_DisplayCc();
function set_DisplayCc(value);

Property Value

Type: OnlineString
The display cc.
See Also