MessageBuilderConfigRemoveBccOnSend Property |
Indicates whether BCC header should be removed from the message when it gets sent or submitted to the pickup folder.
Namespace: MailBee.MimeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public bool RemoveBccOnSend { get; set; }
Public Property RemoveBccOnSend As Boolean
Get
Set
Property Value
Type:
Booleantrue 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 |
---|
This property is ignored when the message is being sent via EWS rather than SMTP (EWS limitation). Exchange server always removes BCC. |
See Also