MailItem.BCC Property
Outlook Developer Reference |
Returns a String representing the display list of blind carbon copy (BCC) names for a MailItem. Read/write.
Syntax
expression.BCC
expression A variable that represents a MailItem object.
Remarks
This property contains the display names only. The Recipients collection should be used to modify the BCC recipients.
See Also