'Declaration
Public ReadOnly Property CC As System.Collections.Generic.List(Of JAMSMailAddress)
'Usage
Dim instance As JAMSMailMessage Dim value As System.Collections.Generic.List(Of JAMSMailAddress) value = instance.CC
public System.Collections.Generic.List<JAMSMailAddress> CC {get;}