Click or drag to resize

EnvelopeBcc Property

Gets the addresses of others who are to receive the message ('BCC', Blind Carbon Copy header), though the content of the message may not be directed at them. This collection can be modified. May be empty.

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

Property Value

Type: IListMailAddress
See Also