Click or drag to resize

EnvelopeCc Property

Gets the addresses of others who are to receive the message, even tough the content of the message may not be directed at them ('CC', Carbon Copy header).

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public IList<MailAddress> Cc { get; }

Property Value

Type: IListMailAddress
See Also