Click or drag to resize

SmtpConfigurationBccRenderMode Property

Gets or sets the value indicating how BCC (Blind Carbon Copy) header is rendered when message is sent. By default, messages with BCC recipients, are rendered with an empty BCC header. Some servers might require no BCC header at all.

Namespace:  Limilabs.Client.SMTP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public AddressHeaderRenderMode BccRenderMode { get; set; }

Property Value

Type: AddressHeaderRenderMode
See Also