MailMessageCC Property

Gets or sets the address collection that contains the CC recipients

Namespace:  Aspose.Email
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public virtual MailAddressCollection CC { get; set; }

Property Value

Type: MailAddressCollection
See Also