Message.Bcc Property

Independentsoft MSG .NET

Message Bcc Property MSG .NET Class Library
Gets the BCC.

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

Syntax

public IList<Mailbox> Bcc { get; }
public IList<Mailbox> Bcc { get; }
Public ReadOnly Property Bcc As IList(Of Mailbox)
	Get
Public ReadOnly Property Bcc As IList(Of Mailbox)
	Get
Dim instance As Message 
Dim value As IList(Of Mailbox)

value = instance.Bcc
Dim instance As Message 
Dim value As IList(Of Mailbox)

value = instance.Bcc
/** @property */
public IList<Mailbox> get_Bcc()
/** @property */
public IList<Mailbox> get_Bcc()
function get Bcc () : IList<Mailbox>
function get Bcc () : IList<Mailbox>
function get_Bcc();
function get_Bcc();

Property Value

Type: OnlineIList Mailbox 
The BCC.
See Also