Message Cc Property | MSG .NET Class Library |
Gets the cc.
Namespace: Independentsoft.Email.MimeAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public IList<Mailbox> Cc { get; }
public IList<Mailbox> Cc { get; }
Public ReadOnly Property Cc As IList(Of Mailbox) Get
Public ReadOnly Property Cc As IList(Of Mailbox) Get
Dim instance As Message Dim value As IList(Of Mailbox) value = instance.Cc
Dim instance As Message Dim value As IList(Of Mailbox) value = instance.Cc
/** @property */ public IList<Mailbox> get_Cc()
/** @property */ public IList<Mailbox> get_Cc()
function get Cc () : IList<Mailbox>
function get Cc () : IList<Mailbox>
function get_Cc();
function get_Cc();
Property Value
Type:
The cc.
See Also