EmailPackageBlindCarbonCopyRecipients Property |
Gets or sets the array of BCC (blind carbon copy) recipients of the email message.
Namespace: GroupDocs.Metadata.Formats.EmailAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
Syntaxpublic string[] BlindCarbonCopyRecipients { get; set; }
Public Property BlindCarbonCopyRecipients As String()
Get
Set
public:
property array<String^>^ BlindCarbonCopyRecipients {
array<String^>^ get ();
void set (array<String^>^ value);
}
member BlindCarbonCopyRecipients : string[] with get, set
Property Value
Type:
String
The array of BCC (blind carbon copy) recipients of the email message.
See Also