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