EnvelopeCc Property
Gets EmailAddressCollection object representing "CC:" recipients of the message.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public EmailAddressCollection Cc { get; }

Property Value

Type: EmailAddressCollection
A reference to EmailAddressCollection object representing "CC:" recipients of the message.
See Also