| IMimeMessageCc Property |
Get the list of addresses in the Cc header.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax InternetAddressList Cc { get; }
Property Value
InternetAddressListThe list of addresses in the Cc header.
Remarks
The addresses in the Cc header are secondary recipients of the message
and are usually not the individuals being directly addressed in the
content of the message.
See Also