Gets or sets the list of addresses of others who are to receive the message.

Namespace:  Rebex.Mime
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public Property CC As MailAddressCollection
	Get
	Set
C#
public MailAddressCollection CC { get; set; }

Field Value

The list of other recipients.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also