Click or drag to resize

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
Syntax
public string CC { get; set; }

Property Value

Type: String
The carbon copied recipients.

Implements

IMailHeaderCC
See Also