Message.DisplayBcc Property

Independentsoft MSG .NET

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

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

Syntax

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

value = instance.DisplayBcc

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

value = instance.DisplayBcc

instance.DisplayBcc = value
/** @property */
public String get_DisplayBcc()
/** @property */
public void set_DisplayBcc(String value)
/** @property */
public String get_DisplayBcc()
/** @property */
public void set_DisplayBcc(String value)
function get DisplayBcc () : String 
function set DisplayBcc (value : String)
function get DisplayBcc () : String 
function set DisplayBcc (value : String)
function get_DisplayBcc();
function set_DisplayBcc(value);
function get_DisplayBcc();
function set_DisplayBcc(value);

Property Value

Type: OnlineString
The display BCC.
See Also