_SharingItem.BCC Property
Returns a String (string in C#) representing the display list of blind carbon copy (BCC) names for a SharingItem. 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 _SharingItem
Dim value As String
value = instance.BCC
instance.BCC = value
[DispIdAttribute()]
string BCC { get; set; }
Property Value
Type: System.String
Remarks
This property contains only the display names, delimited with semicolon (;) characters. The Recipients collection should be used to modify the BCC recipients.
Note
If the SharingItem uses an Exchange sharing context, then setting this property to any value other than Nothing (a null reference (Nothing in Visual Basic) in C#) prevents the item from being sent and causes the Send method to raise an error.