Catalyst Internet Mail .NET

InternetMail.Cc Property

Gets and sets the carbon-copy header field value.

[Visual Basic]
Public Property Cc As String
[C#]
public string Cc {get; set;}

Property Value

A string which specifies one or more carbon-copy recipients.

Remarks

The Cc property returns the list of addresses that were delivered carbon copies of the message. Setting the property creates or modifies the Cc header field. Multiple addresses can be specified by separating them with commas.

See Also

InternetMail Class | SocketTools Namespace