MailBee.NET Objects 3.1

MessageBuilderConfig.RemoveBccOnSend Property

Indicates whether BCC header should be removed from the message when it gets sent or submitted to the pickup folder.

public bool RemoveBccOnSend {get; set;}

Property Value

true if BCC header should be removed before sending the message; otherwise, false. The default value is true.

Remarks

The message will be delivered to BCC recipients in any case (regardless of RemoveBccOnSend value).

Note   MessageBuilderConfig object cannot be used on its own. To access its members, the developer should use MailMessage.Builder property.

See Also

MessageBuilderConfig Class | MailBee.Mime Namespace | Bcc