public string[] BccRecipients { get; set; }Public Property BccRecipients As String()
Get
Setpublic:
property array<String^>^ BccRecipients {
array<String^>^ get ();
void set (array<String^>^ value);
}member BccRecipients : string[] with get, set