Click or drag to resize
SalesTransactionBillEmailBcc Property
Product: QBO Description: Identifies the bcc e-mail address where the invoice is sent. If the ToBeEmailed attribute is true and the BillEmailBcc attribute contains an e-mail address, the user can send an e-mail message to the e-mail address that is specified in the BillEmailBcc attribute.[br /] If the BillEmailCc attribute contains an invalid bcc e-mail address, QBO does not send the e-mail message to the invalid bcc e-mail address. [br /]The maximum length for BillEmailBcc is 200 characters. Product: QBW Description: Identifies the bcc email address where the bill or invoice is sent as bcc. [br /]

Namespace:  Intuit.Ipp.Data
Assembly:  Intuit.Ipp.Data (in Intuit.Ipp.Data.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public EmailAddress BillEmailBcc { get; set; }

Property Value

Type: EmailAddress
Remarks