_SharingItem.BCC Property

Definition

Returns a String (string in C#) representing the display list of blind carbon copy (BCC) names for a SharingItem. Read/write.

public:
 property System::String ^ BCC { System::String ^ get(); void set(System::String ^ value); };
public string BCC { get; set; }
Public Property BCC As String

Property Value

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.

Applies to