Click or drag to resize
MimeKit

EnvelopeCc Property

Gets the list of addresses that the message was carbon-copied to.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public InternetAddressList Cc { get; }

Property Value

InternetAddressList
The address(es) that the message was carbon-copied to.
Remarks
Gets the list of addresses that the message was carbon-copied to.
See Also