DotNetOpenMail 0.5.7 (beta)

EmailMessage.CcAddresses Property

Retrieve the collection of recipients that will appear in the "Cc" header of the email.

[Visual Basic]
Public Property ReadOnly CcAddresses As EmailAddressCollection
[C#]
public EmailAddressCollection CcAddresses { get; }
[C++]
public: __property EmailAddressCollection* get_CcAddresses();
[JScript]
public function get CcAddresses() : EmailAddressCollection

See Also

EmailMessage Class | DotNetOpenMail Namespace