_MailItem.BCC Property
Returns a String (string in C#) representing the display list of blind carbon copy (BCC) names for a MailItem. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property BCC As String
Get
Set
'Usage
Dim instance As _MailItem
Dim value As String
value = instance.BCC
instance.BCC = value
[DispIdAttribute()]
string BCC { get; set; }
Property Value
Type: System.String
Remarks
This property contains the display names only. The Recipients collection should be used to modify the BCC recipients.