 | MailHeaderCC Property |
Gets or sets the mail header CC field.
Namespace:
Koden.Utils.Emailer
Assembly:
Koden.Utils.Emailer (in Koden.Utils.Emailer.dll) Version: 1.0.6453.26061
Syntaxpublic string CC { get; set; }
Public Property CC As String
Get
Set
public:
virtual property String^ CC {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract CC : string with get, set
override CC : string with get, set
Property Value
Type:
StringThe carbon copied recipients.
Implements
IMailHeaderCC
See Also