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

Namespace:  Rebex.Net
Assembly:  Rebex.Imap (in Rebex.Imap.dll)

Syntax

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

Field Value

The list of other recipients.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also